============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xd9l/0021d6/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-4.4.4
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/xd9l/0021d6/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021d6/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/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bc83ddd1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bc83ddd0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bc83ddd0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bc83dcf936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bc83dcf936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[watermarks-bad_column-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021d6/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/string/libstring_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/top/libtop_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/python/python3_small/libpython3_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/digest/libdigest_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/re2/libre2_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/url_base/liburl_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperloglog/libhyperloglog_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/topfreq/libtopfreq_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/histogram/libhistogram_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/pire/libpire_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/reservoir_sampling/libreservoir_sampling_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/yson2/libyson2_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/math/libmath_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/vector/libvector_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/streaming/libstreaming_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/datetime2/libdatetime2_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/stat/libstat_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/unicode_base/libunicode_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/file/libfile_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperscan/libhyperscan_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/protobuf/libprotobuf_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/set/libset_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/json2/libjson2_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/logs/dsv/libdsv_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/simple/libsimple_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/test_import/libtest_import_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/callables/libcallables_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/lists/liblists_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dicts/libdicts_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dummylog/libdummylog.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/type_inspection/libtype_inspection_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d6/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/structs/libstructs_udf.so
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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/xd9l/0021d6/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021d6/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/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1444803
DEBUG    ya.test:process.py:259 Command (pid 1444803) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1444803) elapsed time (sec): 16.63446569442749
DEBUG    ya.test:process.py:263 Command (pid 1444803) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444803) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1444803) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444803) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444803) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1444803) maxrss: 1461420
DEBUG    ya.test:process.py:263 Command (pid 1444803) minflt: 973578
DEBUG    ya.test:process.py:263 Command (pid 1444803) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1444803) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1444803) nivcsw: 38
DEBUG    ya.test:process.py:263 Command (pid 1444803) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1444803) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1444803) nvcsw: 103197
DEBUG    ya.test:process.py:263 Command (pid 1444803) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 1444803) stime: 3.862604
DEBUG    ya.test:process.py:263 Command (pid 1444803) utime: 10.077399
DEBUG    ya.test:process.py:263 Command (pid 1444803) wtime: 16.637
DEBUG    ya.test:process.py:275 Command (pid 1444803) output:
2025-12-04T18:37:36.362180Z Fetching udfs...
2025-12-04T18:37:36.815125Z Initialization of fq runner...
2025-12-04T18:37:39.911395Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.519856s

DEBUG    ya.test:process.py:276 Command (pid 1444803) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bc83de507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bc83de505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bc83e4180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bc83e4178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bc83e414bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bc83e414aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bc83e414ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bc83e877db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7bc83e877db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7bc83e8776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7bc83d92a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc83dce9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc83dce9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc83dd69806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc83dd69806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc83e40ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc83e40c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc83e410090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bc83e410090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bc83de003ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bc83ddfd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bc83ddfd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bc83ddf58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bc83ddf58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bc83ddf58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bc83ddd1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bc83ddd1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bc83ddd0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bc83ddd0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bc83dcf936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bc83dcf936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bc83dcf9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bc83de507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bc83de505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bc83e4180c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc83dce9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc83dce9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc83dd69806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc83dd69806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc83e40ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc83e40c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bc83e410090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bc83e410090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bc83de003ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bc83ddfd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bc83ddfd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bc83ddf58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bc83ddf58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bc83ddf58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bc83ddd1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bc83ddd1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bc83ddd0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bc83ddd0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bc83dcf936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bc83dcf936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bc83dcf9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bc83de507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bc83de505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bc83e4180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bc83e4178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bc83e414bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bc83e414aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc83dd8172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc83dd82fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc83dd82fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc83e40f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bc83e40c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bc83e40c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bc83e43b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bc83dd55f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bc83de532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bc83de532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bc83de532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bc83dd54d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bc83ddd0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bc83ddd0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bc83dcf936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc83dcf936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bc83dcf9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bc83de507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bc83de51a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bc83de51a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bc83de51a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bc83e4175c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bc83e414bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bc83e414aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc83dd8172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc83dd88b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc83dd038f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bc83dd0cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bc83e4173ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bc83e4171ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bc83e416f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bc83e414a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bc83e414a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bc83e414ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bc83e877db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bc83e877db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7bc83e8776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7bc83d92a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fc85ca4bd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc83dce9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc83dce9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc83dd69eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc83dd69eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bc83de03206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bc83de03206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bc83ddff957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bc83ddfd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bc83ddfd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bc83ddf58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bc83ddf58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bc83ddf58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bc83ddd1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bc83ddd1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bc83ddd0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bc83ddd0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bc83dcf936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bc83dcf936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bc83dcf9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bc83de507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bc83de505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bc83e4180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bc83e4178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bc83e414bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bc83e414aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bc83e414ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bc83e877db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bc83e877db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7bc83e8776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7bc83d92a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc83dd8172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc83dd82fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc83dd82fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc83e40f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bc83e40c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bc83e40c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bc83e43bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bc83dd55f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bc83de532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bc83de532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bc83de532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bc83dd54d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bc83ddfd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bc83ddfd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bc83ddf58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bc83ddf58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bc83ddf58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bc83ddd1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bc83ddd1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bc83ddd0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bc83ddd0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bc83dcf936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bc83dcf936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bc83dcf9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bc83de507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bc83de505fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc83dd8172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc83dd88b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc83dda10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc83dda10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc83dda10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc83dd08dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc83dd08dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc83dd7064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc83dd7116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc83dd7116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc83dd7116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc83dd729f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bc83dd5988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bc83e417044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bc83e417044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bc83e416f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bc83e414a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bc83e414a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bc83e414ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bc83e877db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bc83e877db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7bc83e8776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7bc83d92a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fc85ca4bd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc83dd8172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc83dd82fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc83dd82fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc83e40f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc83e40ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc83e40c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc83e40c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bc83e40519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bc83e40519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bc83e4018ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bc83e4018c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bc83e41753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bc83e414bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bc83e414aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bc83e414ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bc83e877db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7bc83e877db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7bc83e8776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7bc83d92a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fc85ca4bd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc83dd8172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc83dd82fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc83dd82fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc83e40f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc83e40ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc83e40c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bc83e40c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bc83e43bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bc83dd55f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bc83de532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bc83de532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bc83de532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bc83dd54d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bc83ddfd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bc83ddfd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bc83ddf58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bc83ddf58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bc83ddf58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bc83ddd1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bc83ddd1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bc83ddd0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bc83ddd0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bc83dcf936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bc83dcf936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bc83dcf9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc83dce9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc83dce9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc83dd69806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc83dd69806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc83e40ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bc83e40c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bc83e40c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bc83e43bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bc83dd55f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bc83de532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bc83de532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bc83de532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bc83dd54d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bc83ddfd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bc83ddfd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bc83ddf58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bc83ddf58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bc83ddf58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bc83ddd1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bc83ddd1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bc83ddd0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bc83ddd0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bc83dd54b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc83dce9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc83dce9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc83dd69806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc83dd69806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc83e40ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc83e40c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc83e40c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc83e43bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc83dd55f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc83de532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc83de532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bc83de532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc83dd54d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bc83ddfd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc83ddfd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc83ddf58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc83ddf58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc83ddf58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc83ddd1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc83ddd1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bc83ddd0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc83ddd0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc83dcf936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc83dcf936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bc83dcf9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc83dce9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc83dce9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc83dd69d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc83dd69d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bc83dd08ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bc83dcf8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bc83dcf8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bc83ddff722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bc83ddf58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bc83ddf58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bc83ddf58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bc83ddd1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bc83ddd1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bc83ddd0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bc83ddd0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bc83dcf936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bc83dcf936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bc83dcf9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bc83de507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bc83de505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bc83e4180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bc83e4178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bc83e414bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bc83e414aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bc83e414ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bc83e877db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bc83e877db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7bc83e8776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7bc83d92a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc83dd8172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc83dd88b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc83dda10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc83dda10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc83dda10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc83dd08dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc83dd08dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc83dd7064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc83dd7116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc83dd7116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc83dd7116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc83dd6d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bc83dd4d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bc83dd55f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bc83de532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bc83de532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bc83de532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bc83dd54d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bc83ddfd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bc83ddfd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bc83ddf58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bc83ddf58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bc83ddf58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bc83ddd1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bc83ddd1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bc83dcf8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc83dcf8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bc83ddff722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bc83ddfd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bc83ddfd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bc83dcf9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bc83dcf9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bc83dcf968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bc83dcf968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bc83de519d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bc83de519d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bc83e4175c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc83dced882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bc83dced882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bc83e40f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc83e40c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc83e40c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc83e43bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc83dd55f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc83de532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc83de532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bc83de532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc83dd54d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bc83ddfd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc83ddfd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc83ddf58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc83ddf58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc83ddf58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc83ddd1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc83ddd1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bc83ddd0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc83ddd0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc83dcf936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc83dcf936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 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 0x7bc83de507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bc83de505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bc83e4180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bc83e4178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bc83e414bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bc83e414aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bc83e414ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bc83e877db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7bc83e877db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7bc83e8776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7bc83d92a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc83dce9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc83dce9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc83dd69806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc83dd69806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc83e40ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc83e40c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc83e410090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bc83e410090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bc83de003ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bc83ddfd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bc83ddfd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bc83ddf58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bc83ddf58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bc83ddf58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bc83ddd1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bc83ddd1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bc83ddd0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bc83ddd0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bc83dcf936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bc83dcf936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bc83dcf9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bc83de507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bc83de505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bc83e4180c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc83dce9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc83dce9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc83dd69806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc83dd69806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc83e40ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc83e40c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bc83e410090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bc83e410090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bc83de003ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bc83ddfd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bc83ddfd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bc83ddf58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bc83ddf58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bc83ddf58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bc83ddd1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bc83ddd1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bc83ddd0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bc83ddd0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bc83dcf936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bc83dcf936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bc83dcf9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bc83de507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bc83de505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bc83e4180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bc83e4178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bc83e414bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bc83e414aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc83dd8172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc83dd82fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc83dd82fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc83e40f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bc83e40c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bc83e40c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bc83e43b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bc83dd55f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bc83de532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bc83de532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bc83de532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bc83dd54d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bc83ddd0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bc83ddd0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bc83dcf936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc83dcf936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bc83dcf9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bc83de507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bc83de51a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bc83de51a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bc83de51a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bc83e4175c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bc83e414bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bc83e414aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc83dd8172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc83dd88b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc83dd038f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bc83dd0cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bc83e4173ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bc83e4171ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bc83e416f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bc83e414a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bc83e414a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bc83e414ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bc83e877db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bc83e877db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7bc83e8776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7bc83d92a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fc85ca4bd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc83dce9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc83dce9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc83dd69eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc83dd69eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bc83de03206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bc83de03206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bc83ddff957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bc83ddfd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bc83ddfd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bc83ddf58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bc83ddf58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bc83ddf58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bc83ddd1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bc83ddd1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bc83ddd0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bc83ddd0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bc83dcf936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bc83dcf936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bc83dcf9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bc83de507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bc83de505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bc83e4180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bc83e4178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bc83e414bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bc83e414aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bc83e414ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bc83e877db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bc83e877db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7bc83e8776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7bc83d92a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc83dd8172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc83dd82fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc83dd82fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc83e40f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bc83e40c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bc83e40c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bc83e43bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bc83dd55f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bc83de532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bc83de532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bc83de532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bc83dd54d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bc83ddfd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bc83ddfd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bc83ddf58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bc83ddf58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bc83ddf58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bc83ddd1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bc83ddd1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bc83ddd0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bc83ddd0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bc83dcf936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bc83dcf936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bc83dcf9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bc83de507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bc83de505fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc83dd8172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc83dd88b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc83dda10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc83dda10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc83dda10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc83dd08dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc83dd08dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc83dd7064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc83dd7116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc83dd7116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc83dd7116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc83dd729f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bc83dd5988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bc83e417044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bc83e417044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bc83e416f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bc83e414a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bc83e414a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bc83e414ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bc83e877db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bc83e877db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7bc83e8776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7bc83d92a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fc85ca4bd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc83dd8172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc83dd82fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc83dd82fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc83e40f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc83e40ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc83e40c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc83e40c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bc83e40519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bc83e40519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bc83e4018ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bc83e4018c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bc83e41753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bc83e414bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bc83e414aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bc83e414ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bc83e877db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7bc83e877db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7bc83e8776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7bc83d92a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fc85ca4bd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc83dd8172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc83dd82fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc83dd82fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc83e40f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc83e40ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc83e40c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bc83e40c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bc83e43bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bc83dd55f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bc83de532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bc83de532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bc83de532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bc83dd54d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bc83ddfd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bc83ddfd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bc83ddf58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bc83ddf58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bc83ddf58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bc83ddd1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bc83ddd1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bc83ddd0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bc83ddd0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bc83dcf936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bc83dcf936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bc83dcf9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc83dce9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc83dce9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc83dd69806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc83dd69806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc83e40ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bc83e40c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bc83e40c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bc83e43bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bc83dd55f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bc83de532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bc83de532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bc83de532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bc83dd54d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bc83ddfd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bc83ddfd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bc83ddf58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bc83ddf58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bc83ddf58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bc83ddd1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bc83ddd1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bc83ddd0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bc83ddd0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bc83dd54b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc83dce9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc83dce9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc83dd69806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc83dd69806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc83e40ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc83e40c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc83e40c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc83e43bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc83dd55f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc83de532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc83de532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bc83de532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc83dd54d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bc83ddfd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc83ddfd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc83ddf58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc83ddf58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc83ddf58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc83ddd1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc83ddd1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bc83ddd0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc83ddd0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc83dcf936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc83dcf936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bc83dcf9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc83dce9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc83dce9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc83dd69d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc83dd69d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bc83dd08ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bc83dcf8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bc83dcf8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bc83ddff722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bc83ddf58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bc83ddf58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bc83ddf58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bc83ddd1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bc83ddd1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bc83ddd0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bc83ddd0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bc83dcf936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bc83dcf936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bc83dcf9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bc83de507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bc83de505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bc83e4180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bc83e4178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bc83e414bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bc83e414aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bc83e414ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bc83e877db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bc83e877db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7bc83e8776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7bc83d92a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc83dd8172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc83dd88b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc83dda10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc83dda10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc83dda10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc83dd08dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc83dd08dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc83dd7064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc83dd7116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc83dd7116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc83dd7116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc83dd6d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bc83dd4d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bc83dd55f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bc83de532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bc83de532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bc83de532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bc83dd54d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bc83ddfd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bc83ddfd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bc83ddf58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bc83ddf58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bc83ddf58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bc83ddd1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bc83ddd1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bc83dcf8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc83dcf8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bc83ddff722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bc83ddfd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bc83ddfd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bc83dcf9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bc83dcf9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bc83dcf968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bc83dcf968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bc83de519d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bc83de519d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bc83e4175c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc83dced882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bc83dced882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bc83e40f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc83e40ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc83e40ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc83e40c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc83e40c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc83e43bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc83dd55f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc83de532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc83de532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bc83de532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc83dd54d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bc83ddfd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc83ddfd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc83ddf58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc83ddf58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc83ddf58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc83ddd1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc83ddd1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bc83ddd0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc83ddd0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc83dcf936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc83dcf936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
16.68s call     test_sql_negative.py::test[watermarks-bad_column-default.txt]
0.02s 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/xd9l/0021d6/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021d6/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/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021d6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk0/testing_out_stuff/yql/test_fqrun_1xodm5h7/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc83ddd1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc83de0140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc83dcf9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc83dcf9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc83dcf9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc83de50cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bc83de50cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bc83ddd0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc83ddd0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc83dd54b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc83dcf936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc83dcf936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
============================== 1 failed in 17.27s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xd9l/0021d9/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-4.4.4
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/xd9l/0021d9/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021d9/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/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7be9576f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7be9576f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7be9576f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7be95761936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7be95761936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453786 byte(s) leaked in 8617 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[watermarks-bad_pushdown-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021d9/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/string/libstring_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/top/libtop_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/python/python3_small/libpython3_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/digest/libdigest_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/re2/libre2_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/url_base/liburl_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperloglog/libhyperloglog_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/topfreq/libtopfreq_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/histogram/libhistogram_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/pire/libpire_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/reservoir_sampling/libreservoir_sampling_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/yson2/libyson2_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/math/libmath_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/vector/libvector_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/streaming/libstreaming_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/datetime2/libdatetime2_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/stat/libstat_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/unicode_base/libunicode_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/file/libfile_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperscan/libhyperscan_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/protobuf/libprotobuf_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/set/libset_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/json2/libjson2_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/logs/dsv/libdsv_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/simple/libsimple_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/test_import/libtest_import_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/callables/libcallables_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/lists/liblists_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dicts/libdicts_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dummylog/libdummylog.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/type_inspection/libtype_inspection_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021d9/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/structs/libstructs_udf.so
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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/xd9l/0021d9/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021d9/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/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1443659
DEBUG    ya.test:process.py:259 Command (pid 1443659) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1443659) elapsed time (sec): 18.511335134506226
DEBUG    ya.test:process.py:263 Command (pid 1443659) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1443659) inblock: 26608
DEBUG    ya.test:process.py:263 Command (pid 1443659) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1443659) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1443659) majflt: 3
DEBUG    ya.test:process.py:263 Command (pid 1443659) maxrss: 1470152
DEBUG    ya.test:process.py:263 Command (pid 1443659) minflt: 979939
DEBUG    ya.test:process.py:263 Command (pid 1443659) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1443659) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1443659) nivcsw: 97
DEBUG    ya.test:process.py:263 Command (pid 1443659) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1443659) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1443659) nvcsw: 103259
DEBUG    ya.test:process.py:263 Command (pid 1443659) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 1443659) stime: 4.021043
DEBUG    ya.test:process.py:263 Command (pid 1443659) utime: 10.169018
DEBUG    ya.test:process.py:263 Command (pid 1443659) wtime: 18.513
DEBUG    ya.test:process.py:275 Command (pid 1443659) output:
2025-12-04T18:37:32.102347Z Fetching udfs...
2025-12-04T18:37:32.533308Z Initialization of fq runner...
2025-12-04T18:37:35.700134Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.558464s

DEBUG    ya.test:process.py:276 Command (pid 1443659) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7be9577707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7be9577705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7be957d380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7be957d378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7be957d34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7be957d34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7be957d34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7be958197db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7be958197db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7be9581976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7be95724a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be957609f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be957609f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be957689806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be957689806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be957d2ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7be957d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7be957d30090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7be957d30090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7be9577203ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7be95771d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7be95771d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7be9577158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7be9577158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7be9577158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7be9576f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7be9576f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7be9576f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7be9576f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7be95761936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7be95761936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7be957619272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7be9577707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7be9577705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7be957d380c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be957609f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be957609f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be957689806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be957689806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be957d2ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be957d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7be957d30090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7be957d30090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7be9577203ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7be95771d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7be95771d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7be9577158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7be9577158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7be9577158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7be9576f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7be9576f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7be9576f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7be9576f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7be95761936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7be95761936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7be957619272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7be9577707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7be9577705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7be957d380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7be957d378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7be957d34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7be957d34aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be9576a172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be9576a2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be9576a2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be957d2f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7be957d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7be957d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7be957d5b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7be957675f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7be9577732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7be9577732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7be9577732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7be957674d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7be9576f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7be9576f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7be95761936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7be95761936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7be957619272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7be9577707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7be957771a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7be957771a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7be957771a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7be957d375c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7be957d34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7be957d34aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be9576a172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be9576a8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be9576238f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7be95762cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7be957d373ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7be957d371ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7be957d36f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7be957d34a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7be957d34a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7be957d34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7be958197db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7be958197db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7be9581976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7be95724a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fe97636dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be957609f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be957609f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be957689eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be957689eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7be957723206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7be957723206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7be95771f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7be95771d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7be95771d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7be9577158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7be9577158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7be9577158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7be9576f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7be9576f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7be9576f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7be9576f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7be95761936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7be95761936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7be957619272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7be9577707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7be9577705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7be957d380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7be957d378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7be957d34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7be957d34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7be957d34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7be958197db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7be958197db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7be9581976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7be95724a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be9576a172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be9576a2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be9576a2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be957d2f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7be957d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7be957d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7be957d5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7be957675f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7be9577732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7be9577732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7be9577732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7be957674d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7be95771d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7be95771d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7be9577158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7be9577158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7be9577158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7be9576f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7be9576f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7be9576f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7be9576f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7be95761936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7be95761936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7be957619272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7be9577707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7be9577705fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be9576a172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be9576a8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be9576c10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7be9576c10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7be9576c10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7be957628dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7be957628dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7be95769064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7be95769116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7be95769116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7be95769116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7be9576929f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7be95767988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7be957d37044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7be957d37044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7be957d36f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7be957d34a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7be957d34a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7be957d34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7be958197db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7be958197db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7be9581976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7be95724a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fe97636dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be9576a172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be9576a2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be9576a2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be957d2f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be957d2ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7be957d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7be957d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7be957d2519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7be957d2519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7be957d218ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7be957d218c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7be957d3753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7be957d34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7be957d34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7be957d34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7be958197db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7be958197db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7be9581976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7be95724a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fe97636dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be9576a172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be9576a2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be9576a2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be957d2f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be957d2ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be957d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7be957d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7be957d5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7be957675f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7be9577732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7be9577732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7be9577732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7be957674d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7be95771d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7be95771d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7be9577158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7be9577158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7be9577158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7be9576f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7be9576f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7be9576f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7be9576f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7be95761936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7be95761936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7be957619272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be957609f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be957609f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be957689806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be957689806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be957d2ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7be957d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7be957d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7be957d5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7be957675f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7be9577732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7be9577732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7be9577732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7be957674d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7be95771d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7be95771d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7be9577158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7be9577158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7be9577158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7be9576f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7be9576f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7be9576f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7be9576f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7be957674b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be957609f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be957609f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be957689806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be957689806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be957d2ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be957d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7be957d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7be957d5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7be957675f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7be9577732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7be9577732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7be9577732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7be957674d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7be95771d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7be95771d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7be9577158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7be9577158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7be9577158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7be9576f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7be9576f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7be9576f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7be9576f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7be95761936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7be95761936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7be957619272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be957609f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be957609f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be957689d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be957689d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7be957628ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7be957618ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7be957618ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7be95771f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7be9577158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7be9577158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7be9577158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7be9576f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7be9576f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7be9576f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7be9576f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7be95761936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7be95761936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7be957619272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7be9577707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7be9577705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7be957d380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7be957d378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7be957d34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7be957d34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7be957d34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7be958197db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7be958197db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7be9581976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7be95724a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be9576a172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be9576a8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be9576c10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7be9576c10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7be9576c10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7be957628dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7be957628dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7be95769064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7be95769116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7be95769116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7be95769116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7be95768d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7be95766d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7be957675f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7be9577732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7be9577732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7be9577732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7be957674d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7be95771d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7be95771d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7be9577158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7be9577158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7be9577158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7be9576f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7be9576f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7be957618ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be957618ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7be95771f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7be95771d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7be95771d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7be957619091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7be957619091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7be95761968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7be95761968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7be9577719d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7be9577719d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7be957d375c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be95760d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7be95760d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7be957d2f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be957d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7be957d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7be957d5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7be957675f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7be9577732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7be9577732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7be9577732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7be957674d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7be95771d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7be95771d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7be9577158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7be9577158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7be9577158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7be9576f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7be9576f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7be9576f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7be9576f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7be95761936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7be95761936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453786 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 0x7be9577707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7be9577705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7be957d380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7be957d378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7be957d34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7be957d34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7be957d34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7be958197db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7be958197db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7be9581976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7be95724a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be957609f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be957609f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be957689806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be957689806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be957d2ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7be957d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7be957d30090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7be957d30090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7be9577203ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7be95771d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7be95771d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7be9577158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7be9577158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7be9577158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7be9576f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7be9576f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7be9576f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7be9576f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7be95761936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7be95761936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7be957619272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7be9577707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7be9577705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7be957d380c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be957609f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be957609f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be957689806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be957689806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be957d2ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be957d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7be957d30090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7be957d30090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7be9577203ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7be95771d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7be95771d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7be9577158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7be9577158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7be9577158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7be9576f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7be9576f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7be9576f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7be9576f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7be95761936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7be95761936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7be957619272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7be9577707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7be9577705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7be957d380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7be957d378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7be957d34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7be957d34aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be9576a172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be9576a2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be9576a2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be957d2f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7be957d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7be957d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7be957d5b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7be957675f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7be9577732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7be9577732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7be9577732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7be957674d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7be9576f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7be9576f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7be95761936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7be95761936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7be957619272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7be9577707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7be957771a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7be957771a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7be957771a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7be957d375c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7be957d34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7be957d34aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be9576a172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be9576a8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be9576238f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7be95762cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7be957d373ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7be957d371ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7be957d36f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7be957d34a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7be957d34a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7be957d34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7be958197db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7be958197db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7be9581976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7be95724a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fe97636dd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be957609f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be957609f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be957689eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be957689eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7be957723206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7be957723206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7be95771f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7be95771d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7be95771d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7be9577158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7be9577158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7be9577158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7be9576f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7be9576f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7be9576f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7be9576f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7be95761936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7be95761936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7be957619272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7be9577707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7be9577705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7be957d380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7be957d378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7be957d34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7be957d34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7be957d34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7be958197db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7be958197db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7be9581976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7be95724a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be9576a172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be9576a2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be9576a2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be957d2f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7be957d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7be957d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7be957d5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7be957675f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7be9577732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7be9577732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7be9577732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7be957674d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7be95771d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7be95771d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7be9577158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7be9577158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7be9577158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7be9576f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7be9576f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7be9576f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7be9576f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7be95761936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7be95761936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7be957619272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7be9577707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7be9577705fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be9576a172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be9576a8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be9576c10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7be9576c10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7be9576c10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7be957628dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7be957628dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7be95769064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7be95769116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7be95769116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7be95769116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7be9576929f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7be95767988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7be957d37044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7be957d37044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7be957d36f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7be957d34a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7be957d34a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7be957d34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7be958197db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7be958197db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7be9581976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7be95724a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fe97636dd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be9576a172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be9576a2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be9576a2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be957d2f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be957d2ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7be957d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7be957d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7be957d2519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7be957d2519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7be957d218ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7be957d218c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7be957d3753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7be957d34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7be957d34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7be957d34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7be958197db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7be958197db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7be9581976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7be95724a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fe97636dd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be9576a172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be9576a2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be9576a2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be957d2f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be957d2ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be957d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7be957d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7be957d5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7be957675f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7be9577732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7be9577732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7be9577732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7be957674d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7be95771d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7be95771d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7be9577158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7be9577158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7be9577158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7be9576f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7be9576f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7be9576f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7be9576f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7be95761936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7be95761936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7be957619272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be957609f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be957609f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be957689806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be957689806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be957d2ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7be957d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7be957d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7be957d5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7be957675f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7be9577732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7be9577732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7be9577732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7be957674d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7be95771d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7be95771d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7be9577158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7be9577158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7be9577158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7be9576f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7be9576f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7be9576f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7be9576f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7be957674b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be957609f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be957609f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be957689806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be957689806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be957d2ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be957d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7be957d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7be957d5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7be957675f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7be9577732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7be9577732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7be9577732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7be957674d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7be95771d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7be95771d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7be9577158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7be9577158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7be9577158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7be9576f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7be9576f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7be9576f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7be9576f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7be95761936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7be95761936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7be957619272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be957609f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be957609f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be957689d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be957689d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7be957628ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7be957618ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7be957618ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7be95771f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7be9577158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7be9577158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7be9577158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7be9576f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7be9576f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7be9576f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7be9576f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7be95761936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7be95761936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7be957619272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7be9577707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7be9577705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7be957d380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7be957d378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7be957d34bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7be957d34aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7be957d34ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7be958197db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7be958197db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7be9581976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7be95724a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be9576a172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be9576a8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be9576c10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7be9576c10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7be9576c10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7be957628dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7be957628dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7be95769064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7be95769116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7be95769116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7be95769116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7be95768d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7be95766d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7be957675f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7be9577732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7be9577732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7be9577732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7be957674d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7be95771d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7be95771d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7be9577158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7be9577158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7be9577158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7be9576f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7be9576f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7be957618ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be957618ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7be95771f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7be95771d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7be95771d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7be957619091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7be957619091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7be95761968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7be95761968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7be9577719d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7be9577719d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7be957d375c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be95760d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7be95760d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7be957d2f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be957d2ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be957d2ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be957d2c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7be957d2c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7be957d5bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7be957675f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7be9577732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7be9577732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7be9577732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7be957674d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7be95771d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7be95771d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7be9577158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7be9577158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7be9577158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7be9576f1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7be9576f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7be9576f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7be9576f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7be95761936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7be95761936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453786 byte(s) leaked in 8617 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
18.54s call     test_sql_negative.py::test[watermarks-bad_pushdown-default.txt]
0.02s 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/xd9l/0021d9/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021d9/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/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021d9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_negative/chunk1/testing_out_stuff/yql/test_fqrun_u42zk129/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7be9576f1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7be95772140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7be957619e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be957619e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7be957619d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7be957770cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7be957770cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7be9576f0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7be9576f0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7be957674b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7be95761936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7be95761936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453786 byte(s) leaked in 8617 allocation(s).
============================== 1 failed in 19.02s ==============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xd9l/0021e4/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-4.4.4
collected 2 items

============================ no tests ran in 0.06s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xd9l/0021e8/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-4.4.4
collected 2 items

============================ no tests ran in 0.07s =============================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xd9l/0021e5/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-4.4.4
collected 31 items

test_sql_streaming.py FFFFFFFF

=================================== 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/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e5/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/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b5050c41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b5050c40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b5050c40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b5050b6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b5050b6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453688 byte(s) leaked in 8615 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[hop-GroupByHop-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021e5/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/string/libstring_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/top/libtop_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/python/python3_small/libpython3_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/digest/libdigest_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/re2/libre2_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/url_base/liburl_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperloglog/libhyperloglog_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/topfreq/libtopfreq_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/histogram/libhistogram_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/pire/libpire_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/reservoir_sampling/libreservoir_sampling_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/yson2/libyson2_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/math/libmath_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/vector/libvector_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/streaming/libstreaming_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/datetime2/libdatetime2_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/stat/libstat_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/unicode_base/libunicode_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/file/libfile_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperscan/libhyperscan_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/protobuf/libprotobuf_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/set/libset_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/json2/libjson2_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/logs/dsv/libdsv_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/simple/libsimple_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/test_import/libtest_import_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/callables/libcallables_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/lists/liblists_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dicts/libdicts_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dummylog/libdummylog.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/type_inspection/libtype_inspection_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/structs/libstructs_udf.so
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e5/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/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1443059
DEBUG    ya.test:process.py:259 Command (pid 1443059) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1443059) elapsed time (sec): 21.63227653503418
DEBUG    ya.test:process.py:263 Command (pid 1443059) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1443059) inblock: 1570360
DEBUG    ya.test:process.py:263 Command (pid 1443059) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1443059) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1443059) majflt: 746
DEBUG    ya.test:process.py:263 Command (pid 1443059) maxrss: 1492424
DEBUG    ya.test:process.py:263 Command (pid 1443059) minflt: 968794
DEBUG    ya.test:process.py:263 Command (pid 1443059) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1443059) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1443059) nivcsw: 89
DEBUG    ya.test:process.py:263 Command (pid 1443059) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1443059) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1443059) nvcsw: 105494
DEBUG    ya.test:process.py:263 Command (pid 1443059) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 1443059) stime: 4.690477
DEBUG    ya.test:process.py:263 Command (pid 1443059) utime: 10.872101
DEBUG    ya.test:process.py:263 Command (pid 1443059) wtime: 21.634
DEBUG    ya.test:process.py:275 Command (pid 1443059) output:
2025-12-04T18:37:30.931274Z Fetching udfs...
2025-12-04T18:37:32.243753Z Initialization of fq runner...
2025-12-04T18:37:35.538965Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.920032s
2025-12-04T18:37:36.471312Z Fetching query results...
2025-12-04T18:37:36.471335Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1443059) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b5050cc07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b5050cc05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b50512880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b50512878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b5051284bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b5051284aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b5051284ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b50516e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b50516e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7b50516e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7b505079a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5050b59f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5050b59f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5050bd9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5050bd9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b505127ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b505127c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b5051280090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b5051280090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b5050c703ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b5050c6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b5050c6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b5050c658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b5050c658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b5050c658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b5050c41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b5050c41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b5050c40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b5050c40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b5050b6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b5050b6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b5050b69272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b5050cc07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b5050cc05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b50512880c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5050b59f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5050b59f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5050bd9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5050bd9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b505127ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b505127c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b5051280090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b5051280090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b5050c703ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b5050c6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b5050c6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b5050c658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b5050c658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b5050c658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b5050c41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b5050c41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b5050c40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b5050c40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b5050b6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b5050b6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b5050b69272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b5050cc07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b5050cc05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b50512880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b50512878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b5051284bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b5051284aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5050bf172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5050bf2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b5050bf2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b505127f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b505127c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b505127c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b50512ab2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b5050bc5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b5050cc32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b5050cc32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b5050cc32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b5050bc4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b5050c40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b5050c40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b5050b6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b5050b6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b5050b69272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b5050cc07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b5050cc1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b5050cc1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b5050cc1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b50512875c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b5051284bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b5051284aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5050bf172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5050bf8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b5050b738f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b5050b7cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b50512873ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b50512871ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b5051286f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b5051284a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b5051284a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b5051284ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b50516e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b50516e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7b50516e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7b505079a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f506f8c9d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5050b59f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5050b59f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5050bd9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5050bd9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b5050c73206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b5050c73206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b5050c6f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b5050c6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b5050c6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b5050c658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b5050c658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b5050c658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b5050c41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b5050c41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b5050c40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b5050c40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b5050b6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b5050b6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b5050b69272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b5050cc07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b5050cc05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b50512880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b50512878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b5051284bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b5051284aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b5051284ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b50516e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b50516e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7b50516e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7b505079a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5050bf172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5050bf2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b5050bf2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b505127f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b505127c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b505127c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b50512abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b5050bc5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b5050cc32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b5050cc32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b5050cc32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b5050bc4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b5050c6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b5050c6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b5050c658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b5050c658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b5050c658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b5050c41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b5050c41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b5050c40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b5050c40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b5050b6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b5050b6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b5050b69272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b5050cc07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b5050cc05fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5050bf172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5050bf8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b5050c110a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b5050c110a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b5050c110a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b5050b78dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b5050b78dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b5050be064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b5050be116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b5050be116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b5050be116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b5050be29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b5050bc988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b5051287044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b5051287044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b5051286f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b5051284a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b5051284a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b5051284ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b50516e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b50516e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7b50516e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7b505079a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f506f8c9d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5050bf172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5050bf2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b5050bf2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b505127f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b505127ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b505127c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b505127c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b505127519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b505127519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b50512718ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b50512718c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b505128753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b5051284bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b5051284aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b5051284ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b50516e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b50516e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7b50516e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7b505079a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f506f8c9d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5050bf172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5050bf2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b5050bf2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b505127f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b505127ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b505127c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b505127c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b50512abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b5050bc5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b5050cc32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b5050cc32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b5050cc32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b5050bc4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b5050c6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b5050c6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b5050c658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b5050c658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b5050c658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b5050c41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b5050c41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b5050c40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b5050c40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b5050b6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b5050b6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b5050b69272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5050b59f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5050b59f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5050bd9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5050bd9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b505127ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b505127c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b505127c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b50512abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b5050bc5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b5050cc32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b5050cc32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b5050cc32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b5050bc4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b5050c6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b5050c6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b5050c658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b5050c658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b5050c658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b5050c41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b5050c41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b5050c40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b5050c40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b5050bc4b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5050b59f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5050b59f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5050bd9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5050bd9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b505127ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b505127c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b505127c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b50512abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b5050bc5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b5050cc32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b5050cc32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b5050cc32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b5050bc4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b5050c6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b5050c6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b5050c658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b5050c658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b5050c658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b5050c41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b5050c41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b5050c40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b5050c40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b5050b6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b5050b6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b5050b69272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5050b59f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5050b59f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5050bd9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5050bd9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b5050b78ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b5050b68ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b5050b68ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b5050c6f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b5050c658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b5050c658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b5050c658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b5050c41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b5050c41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b5050c40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b5050c40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b5050b6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b5050b6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b5050b69272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b5050cc07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b5050cc05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b50512880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b50512878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b5051284bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b5051284aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b5051284ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b50516e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b50516e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7b50516e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7b505079a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5050bf172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5050bf8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b5050c110a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b5050c110a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b5050c110a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b5050b78dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b5050b78dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b5050be064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b5050be116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b5050be116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b5050be116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b5050bdd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b5050bbd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b5050bc5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b5050cc32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b5050cc32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b5050cc32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b5050bc4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b5050c6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b5050c6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b5050c658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b5050c658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b5050c658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b5050c41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b5050c41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b5050b68ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b5050b68ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b5050c6f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b5050c6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b5050c6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b5050b69091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b5050b69091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b5050b6968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b5050b6968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b5050cc19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b5050cc19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b50512875c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5050b5d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b5050b5d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b505127f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b505127c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b505127c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b50512abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b5050bc5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b5050cc32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b5050cc32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b5050cc32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b5050bc4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b5050c6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b5050c6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b5050c658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b5050c658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b5050c658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b5050c41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b5050c41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b5050c40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b5050c40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b5050b6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b5050b6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453688 byte(s) leaked in 8615 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 0x7b5050cc07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b5050cc05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b50512880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b50512878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b5051284bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b5051284aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b5051284ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b50516e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b50516e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7b50516e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7b505079a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5050b59f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5050b59f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5050bd9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5050bd9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b505127ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b505127c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b5051280090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b5051280090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b5050c703ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b5050c6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b5050c6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b5050c658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b5050c658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b5050c658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b5050c41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b5050c41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b5050c40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b5050c40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b5050b6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b5050b6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b5050b69272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b5050cc07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b5050cc05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b50512880c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5050b59f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5050b59f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5050bd9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5050bd9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b505127ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b505127c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b5051280090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b5051280090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b5050c703ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b5050c6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b5050c6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b5050c658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b5050c658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b5050c658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b5050c41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b5050c41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b5050c40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b5050c40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b5050b6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b5050b6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b5050b69272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b5050cc07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b5050cc05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b50512880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b50512878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b5051284bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b5051284aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5050bf172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5050bf2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b5050bf2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b505127f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b505127c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b505127c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b50512ab2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b5050bc5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b5050cc32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b5050cc32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b5050cc32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b5050bc4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b5050c40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b5050c40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b5050b6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b5050b6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b5050b69272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b5050cc07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b5050cc1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b5050cc1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b5050cc1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b50512875c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b5051284bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b5051284aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5050bf172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5050bf8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b5050b738f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b5050b7cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b50512873ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b50512871ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b5051286f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b5051284a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b5051284a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b5051284ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b50516e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b50516e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7b50516e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7b505079a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f506f8c9d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5050b59f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5050b59f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5050bd9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5050bd9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b5050c73206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b5050c73206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b5050c6f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b5050c6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b5050c6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b5050c658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b5050c658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b5050c658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b5050c41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b5050c41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b5050c40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b5050c40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b5050b6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b5050b6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b5050b69272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b5050cc07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b5050cc05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b50512880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b50512878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b5051284bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b5051284aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b5051284ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b50516e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b50516e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7b50516e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7b505079a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5050bf172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5050bf2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b5050bf2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b505127f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b505127c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b505127c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b50512abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b5050bc5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b5050cc32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b5050cc32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b5050cc32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b5050bc4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b5050c6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b5050c6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b5050c658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b5050c658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b5050c658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b5050c41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b5050c41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b5050c40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b5050c40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b5050b6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b5050b6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b5050b69272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b5050cc07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b5050cc05fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5050bf172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5050bf8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b5050c110a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b5050c110a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b5050c110a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b5050b78dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b5050b78dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b5050be064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b5050be116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b5050be116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b5050be116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b5050be29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b5050bc988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b5051287044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b5051287044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b5051286f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b5051284a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b5051284a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b5051284ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b50516e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b50516e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7b50516e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7b505079a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f506f8c9d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5050bf172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5050bf2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b5050bf2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b505127f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b505127ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b505127c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b505127c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b505127519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b505127519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b50512718ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b50512718c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b505128753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b5051284bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b5051284aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b5051284ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b50516e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b50516e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7b50516e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7b505079a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f506f8c9d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5050bf172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5050bf2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b5050bf2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b505127f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b505127ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b505127c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b505127c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b50512abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b5050bc5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b5050cc32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b5050cc32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b5050cc32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b5050bc4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b5050c6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b5050c6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b5050c658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b5050c658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b5050c658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b5050c41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b5050c41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b5050c40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b5050c40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b5050b6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b5050b6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b5050b69272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5050b59f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5050b59f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5050bd9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5050bd9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b505127ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b505127c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b505127c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b50512abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b5050bc5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b5050cc32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b5050cc32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b5050cc32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b5050bc4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b5050c6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b5050c6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b5050c658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b5050c658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b5050c658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b5050c41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b5050c41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b5050c40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b5050c40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b5050bc4b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5050b59f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5050b59f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5050bd9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5050bd9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b505127ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b505127c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b505127c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b50512abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b5050bc5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b5050cc32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b5050cc32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b5050cc32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b5050bc4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b5050c6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b5050c6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b5050c658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b5050c658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b5050c658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b5050c41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b5050c41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b5050c40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b5050c40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b5050b6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b5050b6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b5050b69272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5050b59f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5050b59f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5050bd9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5050bd9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b5050b78ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b5050b68ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b5050b68ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b5050c6f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b5050c658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b5050c658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b5050c658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b5050c41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b5050c41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b5050c40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b5050c40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b5050b6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b5050b6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b5050b69272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b5050cc07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b5050cc05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b50512880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b50512878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b5051284bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b5051284aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b5051284ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b50516e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b50516e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7b50516e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7b505079a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5050bf172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5050bf8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b5050c110a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b5050c110a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b5050c110a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b5050b78dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b5050b78dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b5050be064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b5050be116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b5050be116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b5050be116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b5050bdd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b5050bbd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b5050bc5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b5050cc32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b5050cc32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b5050cc32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b5050bc4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b5050c6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b5050c6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b5050c658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b5050c658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b5050c658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b5050c41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b5050c41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b5050b68ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b5050b68ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b5050c6f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b5050c6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b5050c6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b5050b69091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b5050b69091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b5050b6968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b5050b6968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b5050cc19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b5050cc19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b50512875c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5050b5d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b5050b5d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b505127f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b505127ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b505127ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b505127c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b505127c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b50512abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b5050bc5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b5050cc32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b5050cc32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b5050cc32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b5050bc4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b5050c6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b5050c6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b5050c658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b5050c658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b5050c658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b5050c41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b5050c41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b5050c40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b5050c40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b5050b6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b5050b6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453688 byte(s) leaked in 8615 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 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/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e5/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/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bc283e31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bc283e30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bc283e30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bc283d5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bc283d5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[hop-GroupByHopByStringKey-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021e5/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e5/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/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1447934
DEBUG    ya.test:process.py:259 Command (pid 1447934) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1447934) elapsed time (sec): 17.51464295387268
DEBUG    ya.test:process.py:263 Command (pid 1447934) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1447934) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1447934) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1447934) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1447934) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1447934) maxrss: 1511076
DEBUG    ya.test:process.py:263 Command (pid 1447934) minflt: 974866
DEBUG    ya.test:process.py:263 Command (pid 1447934) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1447934) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1447934) nivcsw: 189
DEBUG    ya.test:process.py:263 Command (pid 1447934) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1447934) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1447934) nvcsw: 104223
DEBUG    ya.test:process.py:263 Command (pid 1447934) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 1447934) stime: 3.908437
DEBUG    ya.test:process.py:263 Command (pid 1447934) utime: 10.975339
DEBUG    ya.test:process.py:263 Command (pid 1447934) wtime: 17.517
DEBUG    ya.test:process.py:275 Command (pid 1447934) output:
2025-12-04T18:37:51.181325Z Fetching udfs...
2025-12-04T18:37:51.566193Z Initialization of fq runner...
2025-12-04T18:37:54.756457Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.047061s
2025-12-04T18:37:55.808686Z Fetching query results...
2025-12-04T18:37:55.808717Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1447934) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bc283eb07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bc283eb05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bc2844780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bc2844778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bc284474bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bc284474aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bc284474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bc2848d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7bc2848d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7bc2848d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7bc28398a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc283d49f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc283d49f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc283dc9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc283dc9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc28446ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc28446c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc284470090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bc284470090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bc283e603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bc283e5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bc283e5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bc283e558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bc283e558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bc283e558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bc283e31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bc283e31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bc283e30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bc283e30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bc283d5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bc283d5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bc283d59272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bc283eb07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bc283eb05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bc2844780c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc283d49f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc283d49f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc283dc9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc283dc9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc28446ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc28446c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bc284470090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bc284470090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bc283e603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bc283e5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bc283e5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bc283e558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bc283e558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bc283e558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bc283e31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bc283e31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bc283e30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bc283e30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bc283d5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bc283d5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bc283d59272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bc283eb07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bc283eb05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bc2844780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bc2844778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bc284474bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bc284474aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc283de172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc283de2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc283de2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc28446f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bc28446c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bc28446c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bc28449b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bc283db5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bc283eb32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bc283eb32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bc283eb32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bc283db4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bc283e30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bc283e30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bc283d5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc283d5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bc283d59272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bc283eb07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bc283eb1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bc283eb1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bc283eb1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bc2844775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bc284474bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bc284474aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc283de172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc283de8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc283d638f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bc283d6cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bc2844773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bc2844771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bc284476f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bc284474a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bc284474a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bc284474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bc2848d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bc2848d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7bc2848d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7bc28398a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fc2a2ab0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc283d49f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc283d49f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc283dc9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc283dc9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bc283e63206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bc283e63206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bc283e5f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bc283e5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bc283e5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bc283e558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bc283e558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bc283e558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bc283e31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bc283e31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bc283e30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bc283e30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bc283d5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bc283d5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bc283d59272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bc283eb07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bc283eb05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bc2844780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bc2844778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bc284474bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bc284474aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bc284474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bc2848d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bc2848d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7bc2848d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7bc28398a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc283de172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc283de2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc283de2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc28446f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bc28446c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bc28446c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bc28449bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bc283db5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bc283eb32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bc283eb32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bc283eb32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bc283db4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bc283e5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bc283e5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bc283e558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bc283e558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bc283e558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bc283e31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bc283e31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bc283e30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bc283e30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bc283d5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bc283d5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bc283d59272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bc283eb07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bc283eb05fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc283de172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc283de8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc283e010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc283e010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc283e010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc283d68dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc283d68dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc283dd064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc283dd116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc283dd116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc283dd116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc283dd29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bc283db988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bc284477044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bc284477044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bc284476f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bc284474a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bc284474a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bc284474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bc2848d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bc2848d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7bc2848d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7bc28398a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fc2a2ab0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc283de172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc283de2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc283de2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc28446f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc28446ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc28446c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc28446c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bc28446519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bc28446519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bc2844618ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bc2844618c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bc28447753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bc284474bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bc284474aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bc284474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bc2848d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7bc2848d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7bc2848d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7bc28398a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fc2a2ab0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc283de172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc283de2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc283de2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc28446f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc28446ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc28446c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bc28446c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bc28449bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bc283db5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bc283eb32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bc283eb32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bc283eb32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bc283db4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bc283e5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bc283e5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bc283e558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bc283e558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bc283e558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bc283e31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bc283e31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bc283e30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bc283e30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bc283d5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bc283d5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bc283d59272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc283d49f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc283d49f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc283dc9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc283dc9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc28446ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bc28446c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bc28446c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bc28449bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bc283db5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bc283eb32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bc283eb32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bc283eb32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bc283db4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bc283e5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bc283e5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bc283e558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bc283e558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bc283e558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bc283e31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bc283e31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bc283e30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bc283e30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bc283db4b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc283d49f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc283d49f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc283dc9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc283dc9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc28446ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc28446c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc28446c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc28449bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc283db5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc283eb32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc283eb32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bc283eb32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc283db4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bc283e5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc283e5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc283e558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc283e558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc283e558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc283e31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc283e31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bc283e30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc283e30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc283d5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc283d5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bc283d59272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc283d49f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc283d49f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc283dc9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc283dc9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bc283d68ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bc283d58ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bc283d58ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bc283e5f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bc283e558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bc283e558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bc283e558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bc283e31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bc283e31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bc283e30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bc283e30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bc283d5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bc283d5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bc283d59272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bc283eb07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bc283eb05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bc2844780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bc2844778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bc284474bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bc284474aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bc284474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bc2848d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bc2848d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7bc2848d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7bc28398a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc283de172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc283de8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc283e010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc283e010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc283e010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc283d68dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc283d68dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc283dd064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc283dd116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc283dd116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc283dd116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc283dcd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bc283dad4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bc283db5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bc283eb32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bc283eb32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bc283eb32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bc283db4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bc283e5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bc283e5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bc283e558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bc283e558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bc283e558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bc283e31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bc283e31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bc283d58ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc283d58ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bc283e5f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bc283e5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bc283e5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bc283d59091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bc283d59091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bc283d5968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bc283d5968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bc283eb19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bc283eb19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bc2844775c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc283d4d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bc283d4d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bc28446f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc28446c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc28446c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc28449bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc283db5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc283eb32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc283eb32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bc283eb32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc283db4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bc283e5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc283e5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc283e558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc283e558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc283e558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc283e31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc283e31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bc283e30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc283e30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc283d5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc283d5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 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 0x7bc283eb07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bc283eb05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bc2844780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bc2844778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bc284474bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bc284474aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bc284474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bc2848d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7bc2848d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7bc2848d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7bc28398a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc283d49f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc283d49f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc283dc9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc283dc9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc28446ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc28446c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc284470090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bc284470090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bc283e603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bc283e5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bc283e5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bc283e558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bc283e558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bc283e558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bc283e31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bc283e31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bc283e30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bc283e30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bc283d5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bc283d5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bc283d59272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bc283eb07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bc283eb05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bc2844780c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc283d49f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc283d49f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc283dc9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc283dc9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc28446ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc28446c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bc284470090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bc284470090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bc283e603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bc283e5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bc283e5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bc283e558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bc283e558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bc283e558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bc283e31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bc283e31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bc283e30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bc283e30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bc283d5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bc283d5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bc283d59272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bc283eb07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bc283eb05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bc2844780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bc2844778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bc284474bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bc284474aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc283de172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc283de2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc283de2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc28446f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bc28446c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bc28446c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bc28449b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bc283db5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bc283eb32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bc283eb32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bc283eb32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bc283db4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bc283e30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bc283e30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bc283d5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc283d5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bc283d59272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bc283eb07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bc283eb1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bc283eb1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bc283eb1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bc2844775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bc284474bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bc284474aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc283de172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc283de8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc283d638f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bc283d6cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bc2844773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bc2844771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bc284476f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bc284474a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bc284474a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bc284474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bc2848d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bc2848d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7bc2848d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7bc28398a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fc2a2ab0d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc283d49f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc283d49f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc283dc9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc283dc9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bc283e63206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bc283e63206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bc283e5f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bc283e5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bc283e5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bc283e558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bc283e558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bc283e558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bc283e31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bc283e31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bc283e30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bc283e30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bc283d5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bc283d5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bc283d59272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bc283eb07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bc283eb05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bc2844780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bc2844778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bc284474bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bc284474aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bc284474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bc2848d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bc2848d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7bc2848d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7bc28398a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc283de172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc283de2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc283de2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc28446f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bc28446c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bc28446c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bc28449bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bc283db5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bc283eb32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bc283eb32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bc283eb32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bc283db4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bc283e5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bc283e5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bc283e558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bc283e558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bc283e558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bc283e31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bc283e31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bc283e30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bc283e30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bc283d5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bc283d5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bc283d59272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bc283eb07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bc283eb05fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc283de172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc283de8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc283e010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc283e010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc283e010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc283d68dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc283d68dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc283dd064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc283dd116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc283dd116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc283dd116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc283dd29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bc283db988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bc284477044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bc284477044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bc284476f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bc284474a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bc284474a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bc284474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bc2848d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bc2848d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7bc2848d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7bc28398a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fc2a2ab0d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc283de172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc283de2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc283de2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc28446f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc28446ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc28446c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc28446c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bc28446519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bc28446519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bc2844618ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bc2844618c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bc28447753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bc284474bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bc284474aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bc284474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bc2848d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7bc2848d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7bc2848d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7bc28398a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fc2a2ab0d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc283de172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc283de2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc283de2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc28446f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc28446ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc28446c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bc28446c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bc28449bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bc283db5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bc283eb32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bc283eb32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bc283eb32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bc283db4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bc283e5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bc283e5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bc283e558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bc283e558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bc283e558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bc283e31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bc283e31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bc283e30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bc283e30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bc283d5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bc283d5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bc283d59272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc283d49f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc283d49f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc283dc9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc283dc9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc28446ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bc28446c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bc28446c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bc28449bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bc283db5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bc283eb32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bc283eb32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bc283eb32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bc283db4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bc283e5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bc283e5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bc283e558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bc283e558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bc283e558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bc283e31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bc283e31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bc283e30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bc283e30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bc283db4b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc283d49f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc283d49f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc283dc9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc283dc9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc28446ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc28446c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc28446c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc28449bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc283db5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc283eb32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc283eb32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bc283eb32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc283db4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bc283e5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc283e5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc283e558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc283e558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc283e558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc283e31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc283e31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bc283e30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc283e30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc283d5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc283d5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bc283d59272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc283d49f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc283d49f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc283dc9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc283dc9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bc283d68ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bc283d58ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bc283d58ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bc283e5f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bc283e558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bc283e558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bc283e558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bc283e31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bc283e31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bc283e30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bc283e30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bc283d5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bc283d5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bc283d59272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bc283eb07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bc283eb05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bc2844780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bc2844778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bc284474bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bc284474aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bc284474ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bc2848d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bc2848d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7bc2848d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7bc28398a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc283de172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc283de8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc283e010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc283e010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc283e010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc283d68dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc283d68dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc283dd064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc283dd116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc283dd116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc283dd116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc283dcd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bc283dad4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bc283db5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bc283eb32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bc283eb32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bc283eb32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bc283db4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bc283e5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bc283e5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bc283e558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bc283e558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bc283e558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bc283e31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bc283e31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bc283d58ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc283d58ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bc283e5f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bc283e5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bc283e5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bc283d59091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bc283d59091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bc283d5968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bc283d5968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bc283eb19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bc283eb19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bc2844775c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc283d4d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bc283d4d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bc28446f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc28446ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc28446ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc28446c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc28446c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc28449bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc283db5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc283eb32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc283eb32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bc283eb32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc283db4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bc283e5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc283e5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc283e558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc283e558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc283e558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc283e31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc283e31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bc283e30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc283e30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc283d5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc283d5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 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/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e5/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/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bb07cdb1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bb07cdb0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bb07cdb0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bb07ccd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bb07ccd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[hop-GroupByHopExprKey-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021e5/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e5/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/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1452844
DEBUG    ya.test:process.py:259 Command (pid 1452844) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1452844) elapsed time (sec): 17.995810985565186
DEBUG    ya.test:process.py:263 Command (pid 1452844) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452844) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1452844) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452844) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452844) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1452844) maxrss: 1485292
DEBUG    ya.test:process.py:263 Command (pid 1452844) minflt: 971161
DEBUG    ya.test:process.py:263 Command (pid 1452844) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1452844) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1452844) nivcsw: 591
DEBUG    ya.test:process.py:263 Command (pid 1452844) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1452844) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1452844) nvcsw: 105251
DEBUG    ya.test:process.py:263 Command (pid 1452844) oublock: 9600
DEBUG    ya.test:process.py:263 Command (pid 1452844) stime: 3.9756489999999998
DEBUG    ya.test:process.py:263 Command (pid 1452844) utime: 11.461204
DEBUG    ya.test:process.py:263 Command (pid 1452844) wtime: 17.998
DEBUG    ya.test:process.py:275 Command (pid 1452844) output:
2025-12-04T18:38:08.934123Z Fetching udfs...
2025-12-04T18:38:09.410301Z Initialization of fq runner...
2025-12-04T18:38:13.101299Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.026414s
2025-12-04T18:38:14.133767Z Fetching query results...
2025-12-04T18:38:14.133793Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1452844) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bb07ce307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bb07ce305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bb07d3f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bb07d3f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bb07d3f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bb07d3f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bb07d3f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bb07d857db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7bb07d857db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7bb07d8576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7bb07c90a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb07ccc9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb07ccc9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb07cd49806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb07cd49806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb07d3eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bb07d3ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bb07d3f0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bb07d3f0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bb07cde03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bb07cddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bb07cddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bb07cdd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bb07cdd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bb07cdd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bb07cdb1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bb07cdb1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bb07cdb0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bb07cdb0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bb07ccd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bb07ccd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bb07ccd9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bb07ce307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bb07ce305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bb07d3f80c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb07ccc9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb07ccc9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb07cd49806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb07cd49806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb07d3eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb07d3ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bb07d3f0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bb07d3f0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bb07cde03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bb07cddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bb07cddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bb07cdd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bb07cdd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bb07cdd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bb07cdb1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bb07cdb1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bb07cdb0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bb07cdb0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bb07ccd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bb07ccd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bb07ccd9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bb07ce307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bb07ce305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bb07d3f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bb07d3f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bb07d3f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bb07d3f4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb07cd6172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb07cd62fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb07cd62fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb07d3ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bb07d3ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bb07d3ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bb07d41b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bb07cd35f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bb07ce332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bb07ce332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bb07ce332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bb07cd34d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bb07cdb0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bb07cdb0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bb07ccd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bb07ccd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bb07ccd9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bb07ce307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bb07ce31a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bb07ce31a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bb07ce31a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bb07d3f75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bb07d3f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bb07d3f4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb07cd6172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb07cd68b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb07cce38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bb07ccecb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bb07d3f73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bb07d3f71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bb07d3f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bb07d3f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bb07d3f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bb07d3f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bb07d857db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bb07d857db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7bb07d8576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7bb07c90a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fb09ba39d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb07ccc9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb07ccc9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb07cd49eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb07cd49eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bb07cde3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bb07cde3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bb07cddf957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bb07cddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bb07cddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bb07cdd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bb07cdd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bb07cdd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bb07cdb1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bb07cdb1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bb07cdb0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bb07cdb0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bb07ccd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bb07ccd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bb07ccd9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bb07ce307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bb07ce305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bb07d3f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bb07d3f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bb07d3f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bb07d3f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bb07d3f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bb07d857db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bb07d857db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7bb07d8576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7bb07c90a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb07cd6172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb07cd62fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb07cd62fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb07d3ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bb07d3ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bb07d3ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bb07d41bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bb07cd35f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bb07ce332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bb07ce332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bb07ce332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bb07cd34d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bb07cddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bb07cddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bb07cdd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bb07cdd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bb07cdd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bb07cdb1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bb07cdb1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bb07cdb0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bb07cdb0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bb07ccd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bb07ccd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bb07ccd9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bb07ce307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bb07ce305fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb07cd6172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb07cd68b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb07cd810a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bb07cd810a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bb07cd810a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bb07cce8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bb07cce8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bb07cd5064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bb07cd5116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bb07cd5116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bb07cd5116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bb07cd529f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bb07cd3988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bb07d3f7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bb07d3f7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bb07d3f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bb07d3f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bb07d3f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bb07d3f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bb07d857db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bb07d857db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7bb07d8576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7bb07c90a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fb09ba39d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb07cd6172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb07cd62fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb07cd62fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb07d3ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb07d3eec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bb07d3ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bb07d3ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bb07d3e519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bb07d3e519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bb07d3e18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bb07d3e18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bb07d3f753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bb07d3f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bb07d3f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bb07d3f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bb07d857db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7bb07d857db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7bb07d8576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7bb07c90a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fb09ba39d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb07cd6172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb07cd62fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb07cd62fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb07d3ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb07d3eec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb07d3ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bb07d3ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bb07d41bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bb07cd35f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bb07ce332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bb07ce332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bb07ce332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bb07cd34d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bb07cddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bb07cddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bb07cdd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bb07cdd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bb07cdd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bb07cdb1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bb07cdb1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bb07cdb0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bb07cdb0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bb07ccd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bb07ccd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bb07ccd9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb07ccc9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb07ccc9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb07cd49806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb07cd49806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb07d3eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bb07d3ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bb07d3ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bb07d41bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bb07cd35f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bb07ce332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bb07ce332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bb07ce332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bb07cd34d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bb07cddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bb07cddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bb07cdd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bb07cdd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bb07cdd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bb07cdb1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bb07cdb1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bb07cdb0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bb07cdb0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bb07cd34b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb07ccc9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb07ccc9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb07cd49806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb07cd49806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb07d3eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb07d3ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bb07d3ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bb07d41bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bb07cd35f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bb07ce332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bb07ce332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bb07ce332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bb07cd34d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bb07cddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bb07cddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bb07cdd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bb07cdd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bb07cdd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bb07cdb1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bb07cdb1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bb07cdb0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bb07cdb0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bb07ccd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bb07ccd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bb07ccd9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb07ccc9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb07ccc9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb07cd49d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb07cd49d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bb07cce8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bb07ccd8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bb07ccd8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bb07cddf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bb07cdd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bb07cdd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bb07cdd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bb07cdb1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bb07cdb1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bb07cdb0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bb07cdb0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bb07ccd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bb07ccd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bb07ccd9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bb07ce307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bb07ce305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bb07d3f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bb07d3f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bb07d3f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bb07d3f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bb07d3f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bb07d857db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bb07d857db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7bb07d8576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7bb07c90a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb07cd6172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb07cd68b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb07cd810a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bb07cd810a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bb07cd810a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bb07cce8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bb07cce8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bb07cd5064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bb07cd5116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bb07cd5116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bb07cd5116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bb07cd4d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bb07cd2d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bb07cd35f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bb07ce332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bb07ce332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bb07ce332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bb07cd34d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bb07cddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bb07cddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bb07cdd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bb07cdd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bb07cdd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bb07cdb1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bb07cdb1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bb07ccd8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb07ccd8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bb07cddf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bb07cddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bb07cddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bb07ccd9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bb07ccd9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bb07ccd968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bb07ccd968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bb07ce319d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bb07ce319d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bb07d3f75c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb07cccd882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bb07cccd882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bb07d3ef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb07d3ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bb07d3ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bb07d41bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bb07cd35f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bb07ce332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bb07ce332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bb07ce332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bb07cd34d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bb07cddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bb07cddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bb07cdd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bb07cdd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bb07cdd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bb07cdb1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bb07cdb1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bb07cdb0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bb07cdb0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bb07ccd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bb07ccd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 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 0x7bb07ce307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bb07ce305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bb07d3f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bb07d3f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bb07d3f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bb07d3f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bb07d3f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bb07d857db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7bb07d857db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7bb07d8576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7bb07c90a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb07ccc9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb07ccc9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb07cd49806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb07cd49806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb07d3eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bb07d3ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bb07d3f0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bb07d3f0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bb07cde03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bb07cddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bb07cddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bb07cdd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bb07cdd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bb07cdd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bb07cdb1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bb07cdb1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bb07cdb0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bb07cdb0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bb07ccd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bb07ccd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bb07ccd9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bb07ce307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bb07ce305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bb07d3f80c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb07ccc9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb07ccc9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb07cd49806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb07cd49806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb07d3eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb07d3ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bb07d3f0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bb07d3f0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bb07cde03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bb07cddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bb07cddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bb07cdd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bb07cdd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bb07cdd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bb07cdb1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bb07cdb1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bb07cdb0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bb07cdb0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bb07ccd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bb07ccd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bb07ccd9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bb07ce307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bb07ce305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bb07d3f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bb07d3f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bb07d3f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bb07d3f4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb07cd6172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb07cd62fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb07cd62fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb07d3ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bb07d3ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bb07d3ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bb07d41b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bb07cd35f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bb07ce332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bb07ce332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bb07ce332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bb07cd34d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bb07cdb0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bb07cdb0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bb07ccd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bb07ccd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bb07ccd9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bb07ce307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bb07ce31a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bb07ce31a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bb07ce31a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bb07d3f75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bb07d3f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bb07d3f4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb07cd6172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb07cd68b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb07cce38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bb07ccecb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bb07d3f73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bb07d3f71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bb07d3f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bb07d3f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bb07d3f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bb07d3f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bb07d857db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bb07d857db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7bb07d8576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7bb07c90a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fb09ba39d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb07ccc9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb07ccc9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb07cd49eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb07cd49eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bb07cde3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bb07cde3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bb07cddf957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bb07cddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bb07cddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bb07cdd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bb07cdd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bb07cdd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bb07cdb1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bb07cdb1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bb07cdb0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bb07cdb0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bb07ccd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bb07ccd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bb07ccd9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bb07ce307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bb07ce305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bb07d3f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bb07d3f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bb07d3f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bb07d3f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bb07d3f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bb07d857db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bb07d857db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7bb07d8576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7bb07c90a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb07cd6172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb07cd62fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb07cd62fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb07d3ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bb07d3ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bb07d3ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bb07d41bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bb07cd35f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bb07ce332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bb07ce332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bb07ce332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bb07cd34d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bb07cddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bb07cddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bb07cdd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bb07cdd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bb07cdd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bb07cdb1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bb07cdb1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bb07cdb0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bb07cdb0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bb07ccd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bb07ccd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bb07ccd9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bb07ce307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bb07ce305fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb07cd6172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb07cd68b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb07cd810a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bb07cd810a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bb07cd810a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bb07cce8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bb07cce8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bb07cd5064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bb07cd5116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bb07cd5116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bb07cd5116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bb07cd529f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bb07cd3988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bb07d3f7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bb07d3f7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bb07d3f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bb07d3f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bb07d3f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bb07d3f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bb07d857db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bb07d857db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7bb07d8576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7bb07c90a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fb09ba39d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb07cd6172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb07cd62fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb07cd62fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb07d3ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb07d3eec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bb07d3ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bb07d3ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bb07d3e519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bb07d3e519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bb07d3e18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bb07d3e18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bb07d3f753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bb07d3f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bb07d3f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bb07d3f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bb07d857db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7bb07d857db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7bb07d8576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7bb07c90a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fb09ba39d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb07cd6172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb07cd62fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb07cd62fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb07d3ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb07d3eec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb07d3ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bb07d3ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bb07d41bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bb07cd35f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bb07ce332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bb07ce332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bb07ce332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bb07cd34d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bb07cddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bb07cddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bb07cdd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bb07cdd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bb07cdd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bb07cdb1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bb07cdb1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bb07cdb0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bb07cdb0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bb07ccd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bb07ccd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bb07ccd9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb07ccc9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb07ccc9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb07cd49806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb07cd49806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb07d3eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bb07d3ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bb07d3ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bb07d41bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bb07cd35f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bb07ce332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bb07ce332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bb07ce332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bb07cd34d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bb07cddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bb07cddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bb07cdd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bb07cdd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bb07cdd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bb07cdb1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bb07cdb1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bb07cdb0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bb07cdb0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bb07cd34b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb07ccc9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb07ccc9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb07cd49806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb07cd49806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb07d3eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb07d3ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bb07d3ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bb07d41bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bb07cd35f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bb07ce332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bb07ce332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bb07ce332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bb07cd34d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bb07cddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bb07cddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bb07cdd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bb07cdd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bb07cdd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bb07cdb1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bb07cdb1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bb07cdb0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bb07cdb0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bb07ccd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bb07ccd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bb07ccd9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb07ccc9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb07ccc9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb07cd49d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb07cd49d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bb07cce8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bb07ccd8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bb07ccd8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bb07cddf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bb07cdd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bb07cdd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bb07cdd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bb07cdb1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bb07cdb1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bb07cdb0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bb07cdb0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bb07ccd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bb07ccd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bb07ccd9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bb07ce307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bb07ce305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bb07d3f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bb07d3f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bb07d3f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bb07d3f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bb07d3f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bb07d857db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bb07d857db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7bb07d8576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7bb07c90a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb07cd6172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb07cd68b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb07cd810a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bb07cd810a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bb07cd810a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bb07cce8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bb07cce8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bb07cd5064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bb07cd5116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bb07cd5116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bb07cd5116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bb07cd4d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bb07cd2d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bb07cd35f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bb07ce332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bb07ce332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bb07ce332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bb07cd34d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bb07cddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bb07cddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bb07cdd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bb07cdd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bb07cdd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bb07cdb1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bb07cdb1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bb07ccd8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb07ccd8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bb07cddf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bb07cddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bb07cddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bb07ccd9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bb07ccd9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bb07ccd968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bb07ccd968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bb07ce319d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bb07ce319d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bb07d3f75c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb07cccd882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bb07cccd882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bb07d3ef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb07d3eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb07d3eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb07d3ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bb07d3ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bb07d41bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bb07cd35f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bb07ce332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bb07ce332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bb07ce332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bb07cd34d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bb07cddd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bb07cddd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bb07cdd58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bb07cdd58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bb07cdd58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bb07cdb1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bb07cdb1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bb07cdb0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bb07cdb0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bb07ccd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bb07ccd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 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/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e5/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/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bc4059e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bc4059e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bc4059e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bc40590936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bc40590936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453634 byte(s) leaked in 8614 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[hop-GroupByHopListKey-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021e5/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e5/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/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1459979
DEBUG    ya.test:process.py:259 Command (pid 1459979) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1459979) elapsed time (sec): 18.995357275009155
DEBUG    ya.test:process.py:263 Command (pid 1459979) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1459979) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1459979) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1459979) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1459979) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1459979) maxrss: 1490072
DEBUG    ya.test:process.py:263 Command (pid 1459979) minflt: 976398
DEBUG    ya.test:process.py:263 Command (pid 1459979) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1459979) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1459979) nivcsw: 382
DEBUG    ya.test:process.py:263 Command (pid 1459979) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1459979) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1459979) nvcsw: 105573
DEBUG    ya.test:process.py:263 Command (pid 1459979) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 1459979) stime: 3.889158
DEBUG    ya.test:process.py:263 Command (pid 1459979) utime: 12.039551
DEBUG    ya.test:process.py:263 Command (pid 1459979) wtime: 18.998
DEBUG    ya.test:process.py:275 Command (pid 1459979) output:
2025-12-04T18:38:27.251145Z Fetching udfs...
2025-12-04T18:38:27.693901Z Initialization of fq runner...
2025-12-04T18:38:31.089037Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.241807s
2025-12-04T18:38:32.336208Z Fetching query results...
2025-12-04T18:38:32.336235Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1459979) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bc405a607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bc405a605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bc4060280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bc4060278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bc406024bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bc406024aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bc406024ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bc406487db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7bc406487db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7bc4064876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7bc40553a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc4058f9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc4058f9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc405979806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc405979806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc40601ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc40601c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc406020090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bc406020090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bc405a103ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bc405a0d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bc405a0d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bc405a058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bc405a058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bc405a058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bc4059e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bc4059e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bc4059e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bc4059e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bc40590936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bc40590936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bc405909272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bc405a607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bc405a605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bc4060280c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc4058f9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc4058f9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc405979806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc405979806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc40601ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc40601c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bc406020090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bc406020090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bc405a103ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bc405a0d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bc405a0d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bc405a058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bc405a058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bc405a058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bc4059e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bc4059e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bc4059e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bc4059e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bc40590936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bc40590936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bc405909272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bc405a607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bc405a605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bc4060280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bc4060278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bc406024bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bc406024aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc40599172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc405992fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc405992fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc40601f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bc40601c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bc40601c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bc40604b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bc405965f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bc405a632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bc405a632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bc405a632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bc405964d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bc4059e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bc4059e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bc40590936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc40590936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bc405909272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bc405a607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bc405a61a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bc405a61a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bc405a61a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bc4060275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bc406024bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bc406024aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc40599172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc405998b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc4059138f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bc40591cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bc4060273ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bc4060271ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bc406026f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bc406024a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bc406024a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bc406024ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bc406487db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bc406487db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7bc4064876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7bc40553a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fc424661d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc4058f9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc4058f9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc405979eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc405979eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bc405a13206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bc405a13206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bc405a0f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bc405a0d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bc405a0d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bc405a058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bc405a058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bc405a058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bc4059e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bc4059e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bc4059e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bc4059e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bc40590936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bc40590936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bc405909272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bc405a607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bc405a605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bc4060280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bc4060278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bc406024bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bc406024aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bc406024ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bc406487db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bc406487db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7bc4064876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7bc40553a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc40599172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc405992fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc405992fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc40601f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bc40601c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bc40601c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bc40604bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bc405965f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bc405a632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bc405a632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bc405a632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bc405964d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bc405a0d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bc405a0d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bc405a058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bc405a058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bc405a058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bc4059e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bc4059e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bc4059e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bc4059e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bc40590936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bc40590936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bc405909272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bc405a607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bc405a605fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc40599172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc405998b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc4059b10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc4059b10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc4059b10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc405918dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc405918dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc40598064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc40598116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc40598116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc40598116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc4059829f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bc40596988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bc406027044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bc406027044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bc406026f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bc406024a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bc406024a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bc406024ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bc406487db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bc406487db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7bc4064876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7bc40553a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fc424661d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc40599172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc405992fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc405992fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc40601f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc40601ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc40601c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc40601c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bc40601519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bc40601519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bc4060118ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bc4060118c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bc40602753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bc406024bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bc406024aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bc406024ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bc406487db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7bc406487db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7bc4064876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7bc40553a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fc424661d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc40599172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc405992fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc405992fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc40601f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc40601ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc40601c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bc40601c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bc40604bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bc405965f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bc405a632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bc405a632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bc405a632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bc405964d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bc405a0d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bc405a0d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bc405a058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bc405a058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bc405a058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bc4059e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bc4059e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bc4059e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bc4059e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bc40590936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bc40590936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bc405909272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc4058f9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc4058f9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc405979806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc405979806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc40601ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bc40601c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bc40601c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bc40604bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bc405965f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bc405a632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bc405a632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bc405a632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bc405964d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bc405a0d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bc405a0d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bc405a058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bc405a058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bc405a058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bc4059e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bc4059e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bc4059e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bc4059e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bc405964b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc4058f9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc4058f9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc405979806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc405979806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc40601ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc40601c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc40601c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc40604bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc405965f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc405a632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc405a632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bc405a632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc405964d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bc405a0d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc405a0d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc405a058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc405a058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc405a058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc4059e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc4059e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bc4059e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc4059e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc40590936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc40590936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bc405909272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc4058f9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc4058f9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc405979d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc405979d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bc405918ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bc405908ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bc405908ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bc405a0f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bc405a058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bc405a058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bc405a058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bc4059e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bc4059e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bc4059e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bc4059e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bc40590936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bc40590936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bc405909272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bc405a607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bc405a605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bc4060280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bc4060278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bc406024bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bc406024aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bc406024ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bc406487db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bc406487db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7bc4064876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7bc40553a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc40599172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc405998b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc4059b10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc4059b10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc4059b10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc405918dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc405918dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc40598064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc40598116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc40598116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc40598116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc40597d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bc40595d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bc405965f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bc405a632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bc405a632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bc405a632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bc405964d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bc405a0d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bc405a0d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bc405a058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bc405a058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bc405a058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bc4059e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bc4059e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bc405908ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc405908ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bc405a0f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bc405a0d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bc405a0d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bc405909091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bc405909091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bc40590968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bc40590968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bc405a619d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bc405a619d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bc4060275c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc4058fd882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bc4058fd882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bc40601f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc40601c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc40601c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc40604bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc405965f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc405a632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc405a632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bc405a632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc405964d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bc405a0d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc405a0d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc405a058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc405a058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc405a058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc4059e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc4059e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bc4059e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc4059e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc40590936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc40590936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453634 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 0x7bc405a607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bc405a605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bc4060280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bc4060278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bc406024bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bc406024aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bc406024ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bc406487db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7bc406487db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7bc4064876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7bc40553a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc4058f9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc4058f9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc405979806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc405979806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc40601ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc40601c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc406020090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bc406020090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bc405a103ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bc405a0d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bc405a0d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bc405a058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bc405a058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bc405a058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bc4059e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bc4059e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bc4059e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bc4059e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bc40590936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bc40590936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bc405909272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bc405a607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bc405a605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bc4060280c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc4058f9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc4058f9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc405979806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc405979806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc40601ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc40601c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bc406020090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bc406020090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bc405a103ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bc405a0d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bc405a0d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bc405a058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bc405a058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bc405a058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bc4059e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bc4059e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bc4059e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bc4059e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bc40590936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bc40590936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bc405909272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bc405a607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bc405a605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bc4060280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bc4060278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bc406024bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bc406024aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc40599172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc405992fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc405992fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc40601f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bc40601c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bc40601c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bc40604b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bc405965f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bc405a632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bc405a632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bc405a632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bc405964d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bc4059e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bc4059e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bc40590936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc40590936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bc405909272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bc405a607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bc405a61a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bc405a61a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bc405a61a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bc4060275c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bc406024bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bc406024aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc40599172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc405998b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc4059138f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bc40591cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bc4060273ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bc4060271ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bc406026f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bc406024a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bc406024a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bc406024ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bc406487db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bc406487db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7bc4064876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7bc40553a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fc424661d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc4058f9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc4058f9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc405979eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc405979eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bc405a13206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bc405a13206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bc405a0f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bc405a0d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bc405a0d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bc405a058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bc405a058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bc405a058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bc4059e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bc4059e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bc4059e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bc4059e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bc40590936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bc40590936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bc405909272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bc405a607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bc405a605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bc4060280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bc4060278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bc406024bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bc406024aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bc406024ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bc406487db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bc406487db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7bc4064876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7bc40553a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc40599172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc405992fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc405992fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc40601f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bc40601c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bc40601c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bc40604bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bc405965f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bc405a632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bc405a632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bc405a632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bc405964d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bc405a0d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bc405a0d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bc405a058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bc405a058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bc405a058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bc4059e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bc4059e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bc4059e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bc4059e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bc40590936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bc40590936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bc405909272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bc405a607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bc405a605fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc40599172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc405998b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc4059b10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc4059b10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc4059b10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc405918dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc405918dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc40598064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc40598116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc40598116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc40598116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc4059829f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bc40596988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bc406027044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bc406027044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bc406026f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bc406024a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bc406024a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bc406024ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bc406487db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bc406487db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7bc4064876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7bc40553a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fc424661d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc40599172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc405992fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc405992fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc40601f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc40601ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc40601c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc40601c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bc40601519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bc40601519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bc4060118ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bc4060118c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bc40602753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bc406024bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bc406024aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bc406024ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bc406487db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7bc406487db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7bc4064876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7bc40553a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fc424661d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc40599172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc405992fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc405992fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc40601f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc40601ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc40601c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bc40601c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bc40604bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bc405965f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bc405a632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bc405a632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bc405a632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bc405964d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bc405a0d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bc405a0d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bc405a058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bc405a058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bc405a058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bc4059e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bc4059e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bc4059e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bc4059e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bc40590936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bc40590936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bc405909272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc4058f9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc4058f9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc405979806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc405979806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc40601ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bc40601c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bc40601c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bc40604bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bc405965f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bc405a632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bc405a632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bc405a632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bc405964d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bc405a0d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bc405a0d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bc405a058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bc405a058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bc405a058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bc4059e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bc4059e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bc4059e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bc4059e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bc405964b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc4058f9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc4058f9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc405979806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc405979806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc40601ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc40601c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc40601c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc40604bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc405965f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc405a632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc405a632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bc405a632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc405964d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bc405a0d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc405a0d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc405a058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc405a058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc405a058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc4059e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc4059e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bc4059e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc4059e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc40590936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc40590936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bc405909272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc4058f9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc4058f9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc405979d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc405979d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bc405918ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bc405908ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bc405908ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bc405a0f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bc405a058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bc405a058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bc405a058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bc4059e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bc4059e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bc4059e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bc4059e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bc40590936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bc40590936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bc405909272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bc405a607c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bc405a605fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bc4060280c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bc4060278d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bc406024bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bc406024aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bc406024ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bc406487db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bc406487db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7bc4064876a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7bc40553a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc40599172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc405998b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc4059b10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc4059b10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc4059b10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc405918dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc405918dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc40598064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc40598116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc40598116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc40598116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc40597d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bc40595d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bc405965f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bc405a632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bc405a632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bc405a632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bc405964d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bc405a0d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bc405a0d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bc405a058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bc405a058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bc405a058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bc4059e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bc4059e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bc405908ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc405908ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bc405a0f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bc405a0d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bc405a0d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bc405909091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bc405909091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bc40590968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bc40590968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bc405a619d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bc405a619d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bc4060275c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc4058fd882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bc4058fd882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bc40601f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc40601ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc40601ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc40601c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc40601c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc40604bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc405965f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc405a632f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc405a632f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bc405a632f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc405964d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bc405a0d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc405a0d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc405a058d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc405a058d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc405a058d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc4059e1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc4059e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bc4059e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc4059e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc40590936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc40590936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453634 byte(s) leaked in 8614 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 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/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e5/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/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b4243081960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b4243080977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b4243080977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b4242fa936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b4242fa936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[hop-GroupByHopNoKey-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021e5/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e5/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/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1466208
DEBUG    ya.test:process.py:259 Command (pid 1466208) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1466208) elapsed time (sec): 19.882335901260376
DEBUG    ya.test:process.py:263 Command (pid 1466208) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1466208) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1466208) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1466208) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1466208) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 1466208) maxrss: 1473984
DEBUG    ya.test:process.py:263 Command (pid 1466208) minflt: 967718
DEBUG    ya.test:process.py:263 Command (pid 1466208) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1466208) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1466208) nivcsw: 957
DEBUG    ya.test:process.py:263 Command (pid 1466208) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1466208) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1466208) nvcsw: 103978
DEBUG    ya.test:process.py:263 Command (pid 1466208) oublock: 9600
DEBUG    ya.test:process.py:263 Command (pid 1466208) stime: 4.047005
DEBUG    ya.test:process.py:263 Command (pid 1466208) utime: 11.445921
DEBUG    ya.test:process.py:263 Command (pid 1466208) wtime: 19.885
DEBUG    ya.test:process.py:275 Command (pid 1466208) output:
2025-12-04T18:38:46.423694Z Fetching udfs...
2025-12-04T18:38:46.909505Z Initialization of fq runner...
2025-12-04T18:38:50.376777Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.043581s
2025-12-04T18:38:51.427057Z Fetching query results...
2025-12-04T18:38:51.427085Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1466208) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b42431007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b42431005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b42436c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b42436c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b42436c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b42436c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b42436c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b4243b27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b4243b27db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7b4243b276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7b4242bda928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4242f99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4242f99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4243019806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4243019806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b42436bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b42436bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b42436c0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b42436c0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b42430b03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b42430ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b42430ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b42430a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b42430a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b42430a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b4243081960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b4243081960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b4243080977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b4243080977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b4242fa936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b4242fa936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b4242fa9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b42431007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b42431005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b42436c80c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4242f99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4242f99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4243019806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4243019806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b42436bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b42436bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b42436c0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b42436c0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b42430b03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b42430ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b42430ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b42430a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b42430a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b42430a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b4243081960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b4243081960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b4243080977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b4243080977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b4242fa936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b4242fa936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b4242fa9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b42431007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b42431005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b42436c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b42436c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b42436c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b42436c4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b424303172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4243032fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b4243032fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b42436bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b42436bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b42436bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b42436eb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b4243005f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b42431032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b42431032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b42431032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b4243004d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b4243080977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b4243080977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b4242fa936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b4242fa936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b4242fa9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b42431007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b4243101a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b4243101a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b4243101a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b42436c75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b42436c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b42436c4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b424303172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4243038b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b4242fb38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b4242fbcb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b42436c73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b42436c71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b42436c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b42436c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b42436c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b42436c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b4243b27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b4243b27db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7b4243b276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7b4242bda928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f4261cfdd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4242f99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4242f99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4243019eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4243019eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b42430b3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b42430b3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b42430af957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b42430ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b42430ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b42430a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b42430a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b42430a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b4243081960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b4243081960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b4243080977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b4243080977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b4242fa936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b4242fa936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b4242fa9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b42431007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b42431005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b42436c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b42436c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b42436c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b42436c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b42436c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b4243b27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b4243b27db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7b4243b276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7b4242bda928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b424303172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4243032fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b4243032fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b42436bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b42436bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b42436bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b42436ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b4243005f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b42431032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b42431032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b42431032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b4243004d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b42430ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b42430ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b42430a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b42430a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b42430a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b4243081960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b4243081960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b4243080977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b4243080977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b4242fa936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b4242fa936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b4242fa9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b42431007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b42431005fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b424303172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4243038b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b42430510a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b42430510a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b42430510a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b4242fb8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b4242fb8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b424302064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b424302116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b424302116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b424302116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b42430229f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b424300988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b42436c7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b42436c7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b42436c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b42436c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b42436c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b42436c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b4243b27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b4243b27db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7b4243b276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7b4242bda928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f4261cfdd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b424303172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4243032fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b4243032fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b42436bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b42436bec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b42436bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b42436bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b42436b519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b42436b519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b42436b18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b42436b18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b42436c753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b42436c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b42436c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b42436c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b4243b27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b4243b27db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7b4243b276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7b4242bda928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f4261cfdd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b424303172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4243032fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b4243032fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b42436bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b42436bec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b42436bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b42436bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b42436ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b4243005f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b42431032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b42431032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b42431032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b4243004d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b42430ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b42430ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b42430a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b42430a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b42430a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b4243081960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b4243081960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b4243080977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b4243080977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b4242fa936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b4242fa936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b4242fa9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4242f99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4242f99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4243019806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4243019806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b42436bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b42436bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b42436bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b42436ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b4243005f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b42431032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b42431032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b42431032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b4243004d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b42430ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b42430ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b42430a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b42430a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b42430a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b4243081960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b4243081960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b4243080977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b4243080977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b4243004b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4242f99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4242f99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4243019806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4243019806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b42436bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b42436bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b42436bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b42436ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b4243005f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b42431032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b42431032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b42431032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b4243004d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b42430ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b42430ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b42430a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b42430a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b42430a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b4243081960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b4243081960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b4243080977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b4243080977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b4242fa936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b4242fa936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b4242fa9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4242f99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b4242f99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b4243019d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b4243019d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b4242fb8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b4242fa8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b4242fa8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b42430af722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b42430a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b42430a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b42430a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b4243081960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b4243081960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b4243080977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b4243080977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b4242fa936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b4242fa936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b4242fa9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b42431007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b42431005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b42436c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b42436c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b42436c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b42436c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b42436c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b4243b27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b4243b27db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7b4243b276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7b4242bda928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b424303172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b4243038b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b42430510a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b42430510a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b42430510a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b4242fb8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b4242fb8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b424302064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b424302116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b424302116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b424302116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b424301d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b4242ffd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b4243005f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b42431032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b42431032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b42431032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b4243004d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b42430ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b42430ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b42430a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b42430a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b42430a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b4243081960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b4243081960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b4242fa8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b4242fa8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b42430af722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b42430ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b42430ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b4242fa9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b4242fa9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b4242fa968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b4242fa968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b42431019d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b42431019d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b42436c75c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b4242f9d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b4242f9d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b42436bf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b42436bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b42436bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b42436ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b4243005f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b42431032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b42431032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b42431032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b4243004d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b42430ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b42430ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b42430a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b42430a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b42430a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b4243081960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b4243081960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b4243080977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b4243080977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b4242fa936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b4242fa936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 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 0x7b42431007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b42431005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b42436c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b42436c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b42436c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b42436c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b42436c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b4243b27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b4243b27db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7b4243b276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7b4242bda928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4242f99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4242f99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4243019806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4243019806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b42436bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b42436bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b42436c0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b42436c0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b42430b03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b42430ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b42430ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b42430a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b42430a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b42430a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b4243081960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b4243081960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b4243080977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b4243080977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b4242fa936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b4242fa936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b4242fa9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b42431007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b42431005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b42436c80c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4242f99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4242f99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4243019806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4243019806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b42436bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b42436bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b42436c0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b42436c0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b42430b03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b42430ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b42430ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b42430a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b42430a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b42430a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b4243081960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b4243081960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b4243080977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b4243080977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b4242fa936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b4242fa936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b4242fa9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b42431007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b42431005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b42436c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b42436c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b42436c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b42436c4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b424303172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4243032fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b4243032fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b42436bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b42436bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b42436bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b42436eb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b4243005f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b42431032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b42431032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b42431032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b4243004d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b4243080977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b4243080977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b4242fa936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b4242fa936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b4242fa9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b42431007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b4243101a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b4243101a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b4243101a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b42436c75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b42436c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b42436c4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b424303172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4243038b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b4242fb38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b4242fbcb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b42436c73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b42436c71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b42436c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b42436c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b42436c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b42436c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b4243b27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b4243b27db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7b4243b276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7b4242bda928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f4261cfdd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4242f99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4242f99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4243019eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4243019eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b42430b3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b42430b3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b42430af957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b42430ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b42430ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b42430a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b42430a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b42430a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b4243081960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b4243081960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b4243080977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b4243080977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b4242fa936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b4242fa936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b4242fa9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b42431007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b42431005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b42436c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b42436c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b42436c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b42436c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b42436c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b4243b27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b4243b27db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7b4243b276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7b4242bda928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b424303172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4243032fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b4243032fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b42436bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b42436bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b42436bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b42436ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b4243005f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b42431032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b42431032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b42431032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b4243004d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b42430ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b42430ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b42430a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b42430a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b42430a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b4243081960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b4243081960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b4243080977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b4243080977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b4242fa936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b4242fa936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b4242fa9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b42431007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b42431005fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b424303172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4243038b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b42430510a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b42430510a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b42430510a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b4242fb8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b4242fb8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b424302064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b424302116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b424302116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b424302116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b42430229f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b424300988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b42436c7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b42436c7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b42436c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b42436c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b42436c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b42436c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b4243b27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b4243b27db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7b4243b276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7b4242bda928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f4261cfdd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b424303172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4243032fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b4243032fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b42436bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b42436bec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b42436bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b42436bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b42436b519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b42436b519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b42436b18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b42436b18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b42436c753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b42436c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b42436c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b42436c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b4243b27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b4243b27db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7b4243b276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7b4242bda928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f4261cfdd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b424303172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4243032fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b4243032fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b42436bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b42436bec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b42436bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b42436bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b42436ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b4243005f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b42431032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b42431032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b42431032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b4243004d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b42430ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b42430ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b42430a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b42430a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b42430a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b4243081960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b4243081960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b4243080977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b4243080977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b4242fa936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b4242fa936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b4242fa9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4242f99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4242f99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4243019806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4243019806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b42436bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b42436bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b42436bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b42436ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b4243005f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b42431032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b42431032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b42431032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b4243004d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b42430ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b42430ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b42430a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b42430a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b42430a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b4243081960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b4243081960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b4243080977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b4243080977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b4243004b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4242f99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4242f99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4243019806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4243019806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b42436bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b42436bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b42436bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b42436ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b4243005f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b42431032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b42431032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b42431032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b4243004d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b42430ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b42430ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b42430a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b42430a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b42430a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b4243081960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b4243081960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b4243080977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b4243080977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b4242fa936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b4242fa936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b4242fa9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4242f99f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b4242f99f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b4243019d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b4243019d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b4242fb8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b4242fa8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b4242fa8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b42430af722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b42430a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b42430a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b42430a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b4243081960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b4243081960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b4243080977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b4243080977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b4242fa936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b4242fa936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b4242fa9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b42431007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b42431005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b42436c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b42436c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b42436c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b42436c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b42436c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b4243b27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b4243b27db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7b4243b276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7b4242bda928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b424303172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b4243038b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b42430510a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b42430510a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b42430510a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b4242fb8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b4242fb8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b424302064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b424302116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b424302116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b424302116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b424301d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b4242ffd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b4243005f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b42431032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b42431032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b42431032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b4243004d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b42430ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b42430ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b42430a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b42430a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b42430a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b4243081960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b4243081960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b4242fa8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b4242fa8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b42430af722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b42430ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b42430ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b4242fa9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b4242fa9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b4242fa968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b4242fa968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b42431019d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b42431019d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b42436c75c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b4242f9d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b4242f9d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b42436bf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b42436bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b42436bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b42436bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b42436bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b42436ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b4243005f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b42431032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b42431032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b42431032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b4243004d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b42430ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b42430ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b42430a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b42430a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b42430a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b4243081960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b4243081960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b4243080977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b4243080977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b4242fa936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b4242fa936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 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/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e5/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/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b59e3f51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b59e3f50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b59e3f50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b59e3e7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b59e3e7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[hop-GroupByHopPercentile-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021e5/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e5/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/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1477907
DEBUG    ya.test:process.py:259 Command (pid 1477907) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1477907) elapsed time (sec): 20.30122685432434
DEBUG    ya.test:process.py:263 Command (pid 1477907) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1477907) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1477907) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1477907) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1477907) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1477907) maxrss: 1493556
DEBUG    ya.test:process.py:263 Command (pid 1477907) minflt: 969533
DEBUG    ya.test:process.py:263 Command (pid 1477907) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1477907) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1477907) nivcsw: 1129
DEBUG    ya.test:process.py:263 Command (pid 1477907) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1477907) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1477907) nvcsw: 105250
DEBUG    ya.test:process.py:263 Command (pid 1477907) oublock: 9600
DEBUG    ya.test:process.py:263 Command (pid 1477907) stime: 3.924004
DEBUG    ya.test:process.py:263 Command (pid 1477907) utime: 12.025048
DEBUG    ya.test:process.py:263 Command (pid 1477907) wtime: 20.305
DEBUG    ya.test:process.py:275 Command (pid 1477907) output:
2025-12-04T18:39:06.636690Z Fetching udfs...
2025-12-04T18:39:07.209863Z Initialization of fq runner...
2025-12-04T18:39:11.231912Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.239081s
2025-12-04T18:39:12.475710Z Fetching query results...
2025-12-04T18:39:12.475736Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1477907) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b59e3fd07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b59e3fd05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b59e45980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b59e45978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b59e4594bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b59e4594aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b59e4594ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b59e49f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b59e49f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7b59e49f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7b59e3aaa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b59e3e69f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b59e3e69f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b59e3ee9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b59e3ee9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b59e458ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b59e458c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b59e4590090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b59e4590090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b59e3f803ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b59e3f7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b59e3f7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b59e3f758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b59e3f758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b59e3f758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b59e3f51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b59e3f51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b59e3f50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b59e3f50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b59e3e7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b59e3e7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b59e3e79272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b59e3fd07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b59e3fd05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b59e45980c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b59e3e69f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b59e3e69f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b59e3ee9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b59e3ee9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b59e458ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b59e458c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b59e4590090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b59e4590090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b59e3f803ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b59e3f7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b59e3f7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b59e3f758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b59e3f758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b59e3f758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b59e3f51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b59e3f51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b59e3f50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b59e3f50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b59e3e7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b59e3e7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b59e3e79272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b59e3fd07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b59e3fd05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b59e45980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b59e45978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b59e4594bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b59e4594aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b59e3f0172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b59e3f02fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b59e3f02fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b59e458f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b59e458c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b59e458c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b59e45bb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b59e3ed5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b59e3fd32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b59e3fd32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b59e3fd32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b59e3ed4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b59e3f50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b59e3f50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b59e3e7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b59e3e7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b59e3e79272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b59e3fd07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b59e3fd1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b59e3fd1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b59e3fd1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b59e45975c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b59e4594bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b59e4594aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b59e3f0172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b59e3f08b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b59e3e838f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b59e3e8cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b59e45973ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b59e45971ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b59e4596f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b59e4594a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b59e4594a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b59e4594ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b59e49f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b59e49f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7b59e49f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7b59e3aaa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f5a02bd6d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b59e3e69f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b59e3e69f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b59e3ee9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b59e3ee9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b59e3f83206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b59e3f83206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b59e3f7f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b59e3f7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b59e3f7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b59e3f758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b59e3f758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b59e3f758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b59e3f51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b59e3f51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b59e3f50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b59e3f50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b59e3e7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b59e3e7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b59e3e79272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b59e3fd07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b59e3fd05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b59e45980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b59e45978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b59e4594bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b59e4594aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b59e4594ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b59e49f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b59e49f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7b59e49f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7b59e3aaa928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b59e3f0172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b59e3f02fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b59e3f02fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b59e458f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b59e458c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b59e458c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b59e45bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b59e3ed5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b59e3fd32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b59e3fd32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b59e3fd32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b59e3ed4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b59e3f7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b59e3f7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b59e3f758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b59e3f758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b59e3f758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b59e3f51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b59e3f51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b59e3f50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b59e3f50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b59e3e7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b59e3e7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b59e3e79272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b59e3fd07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b59e3fd05fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b59e3f0172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b59e3f08b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b59e3f210a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b59e3f210a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b59e3f210a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b59e3e88dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b59e3e88dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b59e3ef064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b59e3ef116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b59e3ef116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b59e3ef116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b59e3ef29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b59e3ed988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b59e4597044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b59e4597044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b59e4596f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b59e4594a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b59e4594a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b59e4594ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b59e49f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b59e49f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7b59e49f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7b59e3aaa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f5a02bd6d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b59e3f0172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b59e3f02fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b59e3f02fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b59e458f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b59e458ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b59e458c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b59e458c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b59e458519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b59e458519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b59e45818ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b59e45818c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b59e459753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b59e4594bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b59e4594aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b59e4594ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b59e49f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b59e49f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7b59e49f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7b59e3aaa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f5a02bd6d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b59e3f0172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b59e3f02fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b59e3f02fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b59e458f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b59e458ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b59e458c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b59e458c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b59e45bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b59e3ed5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b59e3fd32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b59e3fd32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b59e3fd32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b59e3ed4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b59e3f7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b59e3f7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b59e3f758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b59e3f758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b59e3f758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b59e3f51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b59e3f51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b59e3f50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b59e3f50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b59e3e7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b59e3e7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b59e3e79272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b59e3e69f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b59e3e69f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b59e3ee9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b59e3ee9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b59e458ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b59e458c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b59e458c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b59e45bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b59e3ed5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b59e3fd32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b59e3fd32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b59e3fd32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b59e3ed4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b59e3f7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b59e3f7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b59e3f758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b59e3f758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b59e3f758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b59e3f51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b59e3f51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b59e3f50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b59e3f50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b59e3ed4b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b59e3e69f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b59e3e69f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b59e3ee9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b59e3ee9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b59e458ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b59e458c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b59e458c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b59e45bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b59e3ed5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b59e3fd32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b59e3fd32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b59e3fd32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b59e3ed4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b59e3f7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b59e3f7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b59e3f758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b59e3f758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b59e3f758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b59e3f51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b59e3f51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b59e3f50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b59e3f50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b59e3e7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b59e3e7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b59e3e79272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b59e3e69f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b59e3e69f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b59e3ee9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b59e3ee9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b59e3e88ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b59e3e78ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b59e3e78ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b59e3f7f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b59e3f758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b59e3f758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b59e3f758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b59e3f51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b59e3f51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b59e3f50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b59e3f50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b59e3e7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b59e3e7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b59e3e79272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b59e3fd07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b59e3fd05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b59e45980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b59e45978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b59e4594bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b59e4594aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b59e4594ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b59e49f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b59e49f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7b59e49f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7b59e3aaa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b59e3f0172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b59e3f08b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b59e3f210a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b59e3f210a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b59e3f210a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b59e3e88dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b59e3e88dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b59e3ef064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b59e3ef116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b59e3ef116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b59e3ef116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b59e3eed12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b59e3ecd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b59e3ed5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b59e3fd32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b59e3fd32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b59e3fd32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b59e3ed4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b59e3f7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b59e3f7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b59e3f758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b59e3f758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b59e3f758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b59e3f51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b59e3f51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b59e3e78ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b59e3e78ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b59e3f7f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b59e3f7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b59e3f7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b59e3e79091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b59e3e79091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b59e3e7968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b59e3e7968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b59e3fd19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b59e3fd19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b59e45975c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b59e3e6d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b59e3e6d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b59e458f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b59e458c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b59e458c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b59e45bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b59e3ed5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b59e3fd32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b59e3fd32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b59e3fd32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b59e3ed4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b59e3f7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b59e3f7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b59e3f758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b59e3f758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b59e3f758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b59e3f51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b59e3f51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b59e3f50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b59e3f50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b59e3e7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b59e3e7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 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 0x7b59e3fd07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b59e3fd05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b59e45980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b59e45978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b59e4594bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b59e4594aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b59e4594ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b59e49f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b59e49f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7b59e49f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7b59e3aaa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b59e3e69f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b59e3e69f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b59e3ee9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b59e3ee9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b59e458ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b59e458c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b59e4590090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b59e4590090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b59e3f803ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b59e3f7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b59e3f7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b59e3f758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b59e3f758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b59e3f758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b59e3f51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b59e3f51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b59e3f50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b59e3f50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b59e3e7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b59e3e7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b59e3e79272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b59e3fd07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b59e3fd05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b59e45980c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b59e3e69f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b59e3e69f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b59e3ee9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b59e3ee9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b59e458ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b59e458c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b59e4590090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b59e4590090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b59e3f803ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b59e3f7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b59e3f7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b59e3f758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b59e3f758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b59e3f758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b59e3f51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b59e3f51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b59e3f50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b59e3f50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b59e3e7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b59e3e7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b59e3e79272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b59e3fd07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b59e3fd05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b59e45980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b59e45978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b59e4594bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b59e4594aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b59e3f0172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b59e3f02fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b59e3f02fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b59e458f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b59e458c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b59e458c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b59e45bb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b59e3ed5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b59e3fd32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b59e3fd32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b59e3fd32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b59e3ed4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b59e3f50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b59e3f50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b59e3e7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b59e3e7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b59e3e79272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b59e3fd07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b59e3fd1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b59e3fd1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b59e3fd1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b59e45975c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b59e4594bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b59e4594aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b59e3f0172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b59e3f08b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b59e3e838f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b59e3e8cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b59e45973ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b59e45971ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b59e4596f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b59e4594a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b59e4594a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b59e4594ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b59e49f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b59e49f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7b59e49f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7b59e3aaa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f5a02bd6d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b59e3e69f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b59e3e69f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b59e3ee9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b59e3ee9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b59e3f83206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b59e3f83206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b59e3f7f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b59e3f7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b59e3f7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b59e3f758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b59e3f758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b59e3f758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b59e3f51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b59e3f51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b59e3f50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b59e3f50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b59e3e7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b59e3e7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b59e3e79272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b59e3fd07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b59e3fd05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b59e45980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b59e45978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b59e4594bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b59e4594aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b59e4594ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b59e49f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b59e49f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7b59e49f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7b59e3aaa928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b59e3f0172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b59e3f02fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b59e3f02fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b59e458f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b59e458c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b59e458c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b59e45bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b59e3ed5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b59e3fd32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b59e3fd32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b59e3fd32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b59e3ed4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b59e3f7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b59e3f7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b59e3f758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b59e3f758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b59e3f758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b59e3f51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b59e3f51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b59e3f50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b59e3f50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b59e3e7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b59e3e7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b59e3e79272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b59e3fd07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b59e3fd05fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b59e3f0172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b59e3f08b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b59e3f210a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b59e3f210a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b59e3f210a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b59e3e88dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b59e3e88dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b59e3ef064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b59e3ef116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b59e3ef116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b59e3ef116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b59e3ef29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b59e3ed988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b59e4597044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b59e4597044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b59e4596f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b59e4594a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b59e4594a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b59e4594ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b59e49f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b59e49f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7b59e49f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7b59e3aaa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f5a02bd6d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b59e3f0172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b59e3f02fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b59e3f02fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b59e458f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b59e458ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b59e458c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b59e458c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b59e458519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b59e458519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b59e45818ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b59e45818c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b59e459753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b59e4594bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b59e4594aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b59e4594ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b59e49f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b59e49f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7b59e49f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7b59e3aaa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f5a02bd6d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b59e3f0172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b59e3f02fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b59e3f02fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b59e458f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b59e458ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b59e458c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b59e458c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b59e45bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b59e3ed5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b59e3fd32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b59e3fd32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b59e3fd32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b59e3ed4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b59e3f7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b59e3f7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b59e3f758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b59e3f758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b59e3f758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b59e3f51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b59e3f51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b59e3f50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b59e3f50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b59e3e7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b59e3e7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b59e3e79272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b59e3e69f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b59e3e69f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b59e3ee9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b59e3ee9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b59e458ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b59e458c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b59e458c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b59e45bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b59e3ed5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b59e3fd32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b59e3fd32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b59e3fd32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b59e3ed4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b59e3f7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b59e3f7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b59e3f758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b59e3f758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b59e3f758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b59e3f51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b59e3f51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b59e3f50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b59e3f50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b59e3ed4b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b59e3e69f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b59e3e69f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b59e3ee9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b59e3ee9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b59e458ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b59e458c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b59e458c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b59e45bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b59e3ed5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b59e3fd32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b59e3fd32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b59e3fd32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b59e3ed4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b59e3f7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b59e3f7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b59e3f758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b59e3f758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b59e3f758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b59e3f51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b59e3f51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b59e3f50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b59e3f50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b59e3e7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b59e3e7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b59e3e79272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b59e3e69f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b59e3e69f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b59e3ee9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b59e3ee9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b59e3e88ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b59e3e78ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b59e3e78ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b59e3f7f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b59e3f758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b59e3f758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b59e3f758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b59e3f51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b59e3f51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b59e3f50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b59e3f50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b59e3e7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b59e3e7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b59e3e79272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b59e3fd07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b59e3fd05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b59e45980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b59e45978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b59e4594bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b59e4594aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b59e4594ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b59e49f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b59e49f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7b59e49f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7b59e3aaa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b59e3f0172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b59e3f08b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b59e3f210a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b59e3f210a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b59e3f210a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b59e3e88dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b59e3e88dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b59e3ef064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b59e3ef116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b59e3ef116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b59e3ef116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b59e3eed12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b59e3ecd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b59e3ed5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b59e3fd32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b59e3fd32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b59e3fd32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b59e3ed4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b59e3f7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b59e3f7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b59e3f758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b59e3f758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b59e3f758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b59e3f51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b59e3f51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b59e3e78ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b59e3e78ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b59e3f7f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b59e3f7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b59e3f7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b59e3e79091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b59e3e79091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b59e3e7968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b59e3e7968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b59e3fd19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b59e3fd19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b59e45975c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b59e3e6d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b59e3e6d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b59e458f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b59e458ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b59e458ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b59e458c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b59e458c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b59e45bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b59e3ed5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b59e3fd32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b59e3fd32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b59e3fd32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b59e3ed4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b59e3f7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b59e3f7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b59e3f758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b59e3f758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b59e3f758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b59e3f51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b59e3f51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b59e3f50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b59e3f50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b59e3e7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b59e3e7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 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/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e5/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/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b44f3801960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b44f3800977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b44f3800977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b44f372936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b44f372936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453653 byte(s) leaked in 8614 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[hop-GroupByHopTimeExtractorUnusedColumns-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021e5/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e5/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/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1485083
DEBUG    ya.test:process.py:259 Command (pid 1485083) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1485083) elapsed time (sec): 22.671175718307495
DEBUG    ya.test:process.py:263 Command (pid 1485083) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1485083) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1485083) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1485083) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1485083) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 1485083) maxrss: 1499500
DEBUG    ya.test:process.py:263 Command (pid 1485083) minflt: 959821
DEBUG    ya.test:process.py:263 Command (pid 1485083) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1485083) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1485083) nivcsw: 2338
DEBUG    ya.test:process.py:263 Command (pid 1485083) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1485083) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1485083) nvcsw: 102367
DEBUG    ya.test:process.py:263 Command (pid 1485083) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 1485083) stime: 3.775734
DEBUG    ya.test:process.py:263 Command (pid 1485083) utime: 13.028462
DEBUG    ya.test:process.py:263 Command (pid 1485083) wtime: 22.69
DEBUG    ya.test:process.py:275 Command (pid 1485083) output:
2025-12-04T18:39:27.515311Z Fetching udfs...
2025-12-04T18:39:28.161599Z Initialization of fq runner...
2025-12-04T18:39:34.088800Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.417099s
2025-12-04T18:39:35.512340Z Fetching query results...
2025-12-04T18:39:35.512374Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1485083) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b44f38807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b44f38805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b44f3e480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b44f3e478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b44f3e44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b44f3e44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b44f3e44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b44f42a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b44f42a7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7b44f42a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7b44f335a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b44f3719f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b44f3719f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b44f3799806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b44f3799806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b44f3e3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b44f3e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b44f3e40090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b44f3e40090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b44f38303ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b44f382d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b44f382d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b44f38258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b44f38258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b44f38258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b44f3801960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b44f3801960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b44f3800977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b44f3800977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b44f372936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b44f372936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b44f3729272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b44f38807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b44f38805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b44f3e480c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b44f3719f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b44f3719f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b44f3799806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b44f3799806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b44f3e3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b44f3e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b44f3e40090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b44f3e40090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b44f38303ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b44f382d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b44f382d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b44f38258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b44f38258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b44f38258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b44f3801960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b44f3801960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b44f3800977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b44f3800977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b44f372936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b44f372936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b44f3729272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b44f38807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b44f38805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b44f3e480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b44f3e478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b44f3e44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b44f3e44aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b44f37b172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b44f37b2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b44f37b2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b44f3e3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b44f3e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b44f3e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b44f3e6b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b44f3785f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b44f38832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b44f38832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b44f38832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b44f3784d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b44f3800977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b44f3800977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b44f372936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b44f372936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b44f3729272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b44f38807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b44f3881a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b44f3881a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b44f3881a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b44f3e475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b44f3e44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b44f3e44aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b44f37b172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b44f37b8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b44f37338f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b44f373cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b44f3e473ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b44f3e471ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b44f3e46f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b44f3e44a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b44f3e44a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b44f3e44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b44f42a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b44f42a7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7b44f42a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7b44f335a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f451247ed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b44f3719f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b44f3719f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b44f3799eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b44f3799eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b44f3833206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b44f3833206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b44f382f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b44f382d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b44f382d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b44f38258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b44f38258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b44f38258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b44f3801960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b44f3801960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b44f3800977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b44f3800977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b44f372936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b44f372936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b44f3729272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b44f38807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b44f38805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b44f3e480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b44f3e478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b44f3e44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b44f3e44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b44f3e44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b44f42a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b44f42a7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7b44f42a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7b44f335a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b44f37b172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b44f37b2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b44f37b2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b44f3e3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b44f3e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b44f3e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b44f3e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b44f3785f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b44f38832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b44f38832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b44f38832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b44f3784d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b44f382d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b44f382d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b44f38258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b44f38258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b44f38258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b44f3801960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b44f3801960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b44f3800977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b44f3800977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b44f372936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b44f372936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b44f3729272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b44f38807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b44f38805fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b44f37b172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b44f37b8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b44f37d10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b44f37d10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b44f37d10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b44f3738dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b44f3738dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b44f37a064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b44f37a116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b44f37a116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b44f37a116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b44f37a29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b44f378988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b44f3e47044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b44f3e47044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b44f3e46f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b44f3e44a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b44f3e44a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b44f3e44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b44f42a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b44f42a7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7b44f42a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7b44f335a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f451247ed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b44f37b172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b44f37b2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b44f37b2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b44f3e3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b44f3e3ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b44f3e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b44f3e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b44f3e3519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b44f3e3519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b44f3e318ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b44f3e318c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b44f3e4753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b44f3e44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b44f3e44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b44f3e44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b44f42a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b44f42a7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7b44f42a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7b44f335a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f451247ed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b44f37b172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b44f37b2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b44f37b2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b44f3e3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b44f3e3ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b44f3e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b44f3e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b44f3e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b44f3785f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b44f38832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b44f38832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b44f38832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b44f3784d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b44f382d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b44f382d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b44f38258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b44f38258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b44f38258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b44f3801960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b44f3801960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b44f3800977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b44f3800977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b44f372936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b44f372936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b44f3729272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b44f3719f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b44f3719f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b44f3799806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b44f3799806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b44f3e3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b44f3e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b44f3e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b44f3e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b44f3785f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b44f38832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b44f38832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b44f38832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b44f3784d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b44f382d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b44f382d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b44f38258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b44f38258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b44f38258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b44f3801960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b44f3801960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b44f3800977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b44f3800977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b44f3784b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b44f3719f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b44f3719f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b44f3799806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b44f3799806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b44f3e3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b44f3e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b44f3e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b44f3e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b44f3785f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b44f38832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b44f38832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b44f38832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b44f3784d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b44f382d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b44f382d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b44f38258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b44f38258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b44f38258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b44f3801960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b44f3801960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b44f3800977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b44f3800977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b44f372936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b44f372936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b44f3729272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b44f3719f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b44f3719f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b44f3799d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b44f3799d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b44f3738ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b44f3728ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b44f3728ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b44f382f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b44f38258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b44f38258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b44f38258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b44f3801960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b44f3801960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b44f3800977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b44f3800977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b44f372936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b44f372936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b44f3729272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b44f38807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b44f38805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b44f3e480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b44f3e478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b44f3e44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b44f3e44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b44f3e44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b44f42a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b44f42a7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7b44f42a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7b44f335a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b44f37b172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b44f37b8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b44f37d10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b44f37d10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b44f37d10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b44f3738dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b44f3738dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b44f37a064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b44f37a116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b44f37a116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b44f37a116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b44f379d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b44f377d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b44f3785f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b44f38832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b44f38832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b44f38832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b44f3784d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b44f382d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b44f382d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b44f38258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b44f38258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b44f38258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b44f3801960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b44f3801960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b44f3728ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b44f3728ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b44f382f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b44f382d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b44f382d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b44f3729091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b44f3729091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b44f372968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b44f372968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b44f38819d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b44f38819d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b44f3e475c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b44f371d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b44f371d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b44f3e3f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b44f3e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b44f3e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b44f3e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b44f3785f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b44f38832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b44f38832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b44f38832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b44f3784d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b44f382d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b44f382d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b44f38258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b44f38258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b44f38258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b44f3801960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b44f3801960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b44f3800977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b44f3800977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b44f372936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b44f372936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453653 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 0x7b44f38807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b44f38805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b44f3e480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b44f3e478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b44f3e44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b44f3e44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b44f3e44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b44f42a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b44f42a7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7b44f42a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7b44f335a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b44f3719f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b44f3719f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b44f3799806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b44f3799806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b44f3e3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b44f3e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b44f3e40090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b44f3e40090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b44f38303ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b44f382d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b44f382d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b44f38258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b44f38258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b44f38258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b44f3801960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b44f3801960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b44f3800977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b44f3800977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b44f372936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b44f372936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b44f3729272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b44f38807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b44f38805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b44f3e480c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b44f3719f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b44f3719f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b44f3799806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b44f3799806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b44f3e3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b44f3e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b44f3e40090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b44f3e40090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b44f38303ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b44f382d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b44f382d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b44f38258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b44f38258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b44f38258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b44f3801960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b44f3801960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b44f3800977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b44f3800977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b44f372936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b44f372936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b44f3729272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b44f38807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b44f38805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b44f3e480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b44f3e478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b44f3e44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b44f3e44aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b44f37b172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b44f37b2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b44f37b2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b44f3e3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b44f3e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b44f3e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b44f3e6b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b44f3785f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b44f38832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b44f38832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b44f38832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b44f3784d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b44f3800977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b44f3800977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b44f372936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b44f372936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b44f3729272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b44f38807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b44f3881a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b44f3881a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b44f3881a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b44f3e475c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b44f3e44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b44f3e44aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b44f37b172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b44f37b8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b44f37338f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b44f373cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b44f3e473ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b44f3e471ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b44f3e46f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b44f3e44a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b44f3e44a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b44f3e44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b44f42a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b44f42a7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7b44f42a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7b44f335a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f451247ed8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b44f3719f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b44f3719f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b44f3799eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b44f3799eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b44f3833206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b44f3833206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b44f382f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b44f382d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b44f382d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b44f38258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b44f38258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b44f38258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b44f3801960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b44f3801960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b44f3800977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b44f3800977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b44f372936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b44f372936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b44f3729272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b44f38807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b44f38805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b44f3e480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b44f3e478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b44f3e44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b44f3e44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b44f3e44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b44f42a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b44f42a7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7b44f42a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7b44f335a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b44f37b172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b44f37b2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b44f37b2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b44f3e3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b44f3e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b44f3e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b44f3e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b44f3785f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b44f38832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b44f38832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b44f38832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b44f3784d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b44f382d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b44f382d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b44f38258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b44f38258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b44f38258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b44f3801960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b44f3801960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b44f3800977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b44f3800977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b44f372936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b44f372936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b44f3729272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b44f38807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b44f38805fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b44f37b172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b44f37b8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b44f37d10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b44f37d10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b44f37d10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b44f3738dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b44f3738dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b44f37a064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b44f37a116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b44f37a116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b44f37a116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b44f37a29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b44f378988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b44f3e47044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b44f3e47044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b44f3e46f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b44f3e44a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b44f3e44a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b44f3e44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b44f42a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b44f42a7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7b44f42a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7b44f335a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f451247ed8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b44f37b172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b44f37b2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b44f37b2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b44f3e3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b44f3e3ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b44f3e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b44f3e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b44f3e3519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b44f3e3519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b44f3e318ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b44f3e318c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b44f3e4753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b44f3e44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b44f3e44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b44f3e44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b44f42a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b44f42a7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7b44f42a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7b44f335a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f451247ed8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b44f37b172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b44f37b2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b44f37b2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b44f3e3f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b44f3e3ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b44f3e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b44f3e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b44f3e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b44f3785f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b44f38832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b44f38832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b44f38832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b44f3784d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b44f382d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b44f382d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b44f38258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b44f38258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b44f38258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b44f3801960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b44f3801960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b44f3800977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b44f3800977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b44f372936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b44f372936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b44f3729272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b44f3719f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b44f3719f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b44f3799806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b44f3799806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b44f3e3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b44f3e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b44f3e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b44f3e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b44f3785f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b44f38832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b44f38832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b44f38832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b44f3784d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b44f382d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b44f382d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b44f38258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b44f38258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b44f38258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b44f3801960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b44f3801960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b44f3800977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b44f3800977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b44f3784b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b44f3719f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b44f3719f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b44f3799806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b44f3799806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b44f3e3ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b44f3e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b44f3e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b44f3e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b44f3785f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b44f38832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b44f38832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b44f38832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b44f3784d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b44f382d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b44f382d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b44f38258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b44f38258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b44f38258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b44f3801960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b44f3801960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b44f3800977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b44f3800977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b44f372936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b44f372936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b44f3729272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b44f3719f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b44f3719f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b44f3799d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b44f3799d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b44f3738ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b44f3728ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b44f3728ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b44f382f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b44f38258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b44f38258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b44f38258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b44f3801960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b44f3801960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b44f3800977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b44f3800977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b44f372936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b44f372936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b44f3729272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b44f38807c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b44f38805fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b44f3e480c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b44f3e478d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b44f3e44bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b44f3e44aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b44f3e44ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b44f42a7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b44f42a7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7b44f42a76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7b44f335a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b44f37b172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b44f37b8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b44f37d10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b44f37d10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b44f37d10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b44f3738dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b44f3738dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b44f37a064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b44f37a116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b44f37a116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b44f37a116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b44f379d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b44f377d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b44f3785f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b44f38832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b44f38832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b44f38832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b44f3784d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b44f382d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b44f382d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b44f38258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b44f38258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b44f38258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b44f3801960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b44f3801960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b44f3728ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b44f3728ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b44f382f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b44f382d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b44f382d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b44f3729091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b44f3729091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b44f372968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b44f372968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b44f38819d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b44f38819d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b44f3e475c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b44f371d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b44f371d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b44f3e3f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b44f3e3ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b44f3e3ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b44f3e3c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b44f3e3c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b44f3e6bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b44f3785f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b44f38832f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b44f38832f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b44f38832f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b44f3784d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b44f382d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b44f382d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b44f38258d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b44f38258d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b44f38258d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b44f3801960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b44f3801960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b44f3800977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b44f3800977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b44f372936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b44f372936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453653 byte(s) leaked in 8614 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
______________ 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/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e5/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/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b7276691960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b7276690977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b7276690977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b72765b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b72765b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[hop-GroupByHopWithDataWatermarks-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021e5/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021e5/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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.6
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.6
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e5/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/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1490616
DEBUG    ya.test:process.py:259 Command (pid 1490616) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1490616) elapsed time (sec): 21.602319717407227
DEBUG    ya.test:process.py:263 Command (pid 1490616) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1490616) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1490616) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1490616) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1490616) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1490616) maxrss: 1485552
DEBUG    ya.test:process.py:263 Command (pid 1490616) minflt: 962596
DEBUG    ya.test:process.py:263 Command (pid 1490616) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1490616) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1490616) nivcsw: 2964
DEBUG    ya.test:process.py:263 Command (pid 1490616) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1490616) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1490616) nvcsw: 102190
DEBUG    ya.test:process.py:263 Command (pid 1490616) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 1490616) stime: 3.6160449999999997
DEBUG    ya.test:process.py:263 Command (pid 1490616) utime: 12.747406
DEBUG    ya.test:process.py:263 Command (pid 1490616) wtime: 21.605
DEBUG    ya.test:process.py:275 Command (pid 1490616) output:
2025-12-04T18:39:50.425399Z Fetching udfs...
2025-12-04T18:39:51.057595Z Initialization of fq runner...
2025-12-04T18:39:56.034770Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.179518s
2025-12-04T18:39:57.234763Z Fetching query results...
2025-12-04T18:39:57.234787Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1490616) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b72767107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b72767105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b7276cd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b7276cd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b7276cd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b7276cd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b7276cd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b7277137db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b7277137db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7b72771376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7b72761ea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b72765a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b72765a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7276629806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7276629806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b7276ccee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b7276ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b7276cd0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b7276cd0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b72766c03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b72766bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b72766bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b72766b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b72766b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b72766b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b7276691960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b7276691960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b7276690977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b7276690977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b72765b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b72765b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b72765b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b72767107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b72767105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b7276cd80c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b72765a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b72765a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7276629806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7276629806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b7276ccee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b7276ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b7276cd0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b7276cd0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b72766c03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b72766bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b72766bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b72766b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b72766b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b72766b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b7276691960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b7276691960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b7276690977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b7276690977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b72765b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b72765b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b72765b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b72767107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b72767105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b7276cd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b7276cd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b7276cd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b7276cd4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b727664172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7276642fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b7276642fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b7276ccf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b7276ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b7276ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b7276cfb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b7276615f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b72767132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b72767132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b72767132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b7276614d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b7276690977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b7276690977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b72765b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b72765b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b72765b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b72767107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b7276711a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b7276711a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b7276711a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b7276cd75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b7276cd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b7276cd4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b727664172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7276648b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b72765c38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b72765ccb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b7276cd73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b7276cd71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b7276cd6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b7276cd4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b7276cd4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b7276cd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b7277137db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b7277137db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7b72771376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7b72761ea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f7295314d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b72765a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b72765a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7276629eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7276629eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b72766c3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b72766c3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b72766bf957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b72766bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b72766bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b72766b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b72766b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b72766b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b7276691960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b7276691960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b7276690977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b7276690977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b72765b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b72765b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b72765b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b72767107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b72767105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b7276cd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b7276cd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b7276cd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b7276cd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b7276cd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b7277137db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b7277137db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7b72771376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7b72761ea928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b727664172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7276642fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b7276642fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b7276ccf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b7276ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b7276ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b7276cfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b7276615f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b72767132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b72767132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b72767132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b7276614d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b72766bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b72766bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b72766b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b72766b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b72766b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b7276691960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b7276691960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b7276690977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b7276690977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b72765b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b72765b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b72765b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b72767107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b72767105fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b727664172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7276648b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b72766610a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b72766610a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b72766610a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b72765c8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b72765c8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b727663064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b727663116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b727663116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b727663116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b72766329f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b727661988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b7276cd7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b7276cd7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b7276cd6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b7276cd4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b7276cd4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b7276cd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b7277137db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b7277137db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7b72771376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7b72761ea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f7295314d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b727664172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7276642fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b7276642fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b7276ccf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b7276ccec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b7276ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b7276ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b7276cc519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b7276cc519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b7276cc18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b7276cc18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b7276cd753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b7276cd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b7276cd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b7276cd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b7277137db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b7277137db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7b72771376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7b72761ea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f7295314d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b727664172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7276642fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b7276642fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b7276ccf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b7276ccec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b7276ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b7276ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b7276cfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b7276615f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b72767132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b72767132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b72767132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b7276614d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b72766bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b72766bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b72766b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b72766b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b72766b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b7276691960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b7276691960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b7276690977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b7276690977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b72765b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b72765b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b72765b9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b72765a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b72765a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7276629806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7276629806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b7276ccee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b7276ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b7276ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b7276cfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b7276615f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b72767132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b72767132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b72767132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b7276614d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b72766bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b72766bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b72766b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b72766b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b72766b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b7276691960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b7276691960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b7276690977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b7276690977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b7276614b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b72765a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b72765a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7276629806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7276629806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b7276ccee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b7276ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b7276ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b7276cfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b7276615f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b72767132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b72767132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b72767132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b7276614d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b72766bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b72766bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b72766b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b72766b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b72766b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b7276691960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b7276691960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b7276690977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b7276690977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b72765b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b72765b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b72765b9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b72765a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b72765a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b7276629d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b7276629d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b72765c8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b72765b8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b72765b8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b72766bf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b72766b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b72766b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b72766b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b7276691960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b7276691960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b7276690977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b7276690977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b72765b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b72765b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b72765b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b72767107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b72767105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b7276cd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b7276cd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b7276cd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b7276cd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b7276cd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b7277137db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b7277137db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7b72771376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7b72761ea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b727664172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b7276648b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b72766610a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b72766610a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b72766610a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b72765c8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b72765c8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b727663064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b727663116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b727663116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b727663116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b727662d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b727660d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b7276615f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b72767132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b72767132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b72767132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b7276614d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b72766bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b72766bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b72766b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b72766b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b72766b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b7276691960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b7276691960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b72765b8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b72765b8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b72766bf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b72766bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b72766bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b72765b9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b72765b9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b72765b968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b72765b968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b72767119d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b72767119d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b7276cd75c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b72765ad882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b72765ad882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b7276ccf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b7276ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b7276ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b7276cfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b7276615f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b72767132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b72767132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b72767132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b7276614d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b72766bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b72766bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b72766b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b72766b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b72766b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b7276691960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b7276691960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b7276690977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b7276690977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b72765b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b72765b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 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 0x7b72767107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b72767105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b7276cd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b7276cd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b7276cd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b7276cd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b7276cd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b7277137db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b7277137db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7b72771376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7b72761ea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b72765a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b72765a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7276629806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7276629806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b7276ccee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b7276ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b7276cd0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b7276cd0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b72766c03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b72766bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b72766bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b72766b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b72766b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b72766b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b7276691960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b7276691960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b7276690977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b7276690977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b72765b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b72765b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b72765b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b72767107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b72767105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b7276cd80c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b72765a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b72765a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7276629806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7276629806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b7276ccee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b7276ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b7276cd0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b7276cd0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b72766c03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b72766bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b72766bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b72766b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b72766b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b72766b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b7276691960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b7276691960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b7276690977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b7276690977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b72765b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b72765b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b72765b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b72767107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b72767105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b7276cd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b7276cd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b7276cd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b7276cd4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b727664172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7276642fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b7276642fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b7276ccf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b7276ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b7276ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b7276cfb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b7276615f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b72767132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b72767132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b72767132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b7276614d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b7276690977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b7276690977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b72765b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b72765b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b72765b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b72767107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b7276711a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b7276711a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b7276711a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b7276cd75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b7276cd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b7276cd4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b727664172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7276648b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b72765c38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b72765ccb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b7276cd73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b7276cd71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b7276cd6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b7276cd4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b7276cd4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b7276cd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b7277137db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b7277137db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7b72771376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7b72761ea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f7295314d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b72765a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b72765a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7276629eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7276629eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b72766c3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b72766c3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b72766bf957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b72766bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b72766bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b72766b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b72766b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b72766b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b7276691960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b7276691960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b7276690977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b7276690977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b72765b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b72765b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b72765b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b72767107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b72767105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b7276cd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b7276cd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b7276cd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b7276cd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b7276cd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b7277137db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b7277137db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7b72771376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7b72761ea928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b727664172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7276642fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b7276642fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b7276ccf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b7276ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b7276ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b7276cfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b7276615f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b72767132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b72767132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b72767132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b7276614d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b72766bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b72766bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b72766b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b72766b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b72766b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b7276691960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b7276691960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b7276690977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b7276690977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b72765b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b72765b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b72765b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b72767107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b72767105fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b727664172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7276648b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b72766610a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b72766610a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b72766610a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b72765c8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b72765c8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b727663064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b727663116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b727663116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b727663116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b72766329f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b727661988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b7276cd7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b7276cd7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b7276cd6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b7276cd4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b7276cd4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b7276cd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b7277137db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b7277137db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7b72771376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7b72761ea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f7295314d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b727664172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7276642fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b7276642fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b7276ccf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b7276ccec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b7276ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b7276ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b7276cc519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b7276cc519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b7276cc18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b7276cc18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b7276cd753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b7276cd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b7276cd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b7276cd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b7277137db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b7277137db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7b72771376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7b72761ea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f7295314d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b727664172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7276642fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b7276642fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b7276ccf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b7276ccec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b7276ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b7276ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b7276cfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b7276615f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b72767132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b72767132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b72767132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b7276614d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b72766bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b72766bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b72766b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b72766b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b72766b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b7276691960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b7276691960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b7276690977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b7276690977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b72765b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b72765b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b72765b9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b72765a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b72765a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7276629806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7276629806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b7276ccee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b7276ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b7276ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b7276cfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b7276615f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b72767132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b72767132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b72767132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b7276614d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b72766bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b72766bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b72766b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b72766b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b72766b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b7276691960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b7276691960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b7276690977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b7276690977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b7276614b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b72765a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b72765a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7276629806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7276629806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b7276ccee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b7276ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b7276ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b7276cfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b7276615f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b72767132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b72767132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b72767132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b7276614d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b72766bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b72766bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b72766b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b72766b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b72766b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b7276691960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b7276691960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b7276690977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b7276690977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b72765b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b72765b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b72765b9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b72765a9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b72765a9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b7276629d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b7276629d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b72765c8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b72765b8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b72765b8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b72766bf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b72766b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b72766b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b72766b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b7276691960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b7276691960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b7276690977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b7276690977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b72765b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b72765b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b72765b9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b72767107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b72767105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b7276cd80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b7276cd78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b7276cd4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b7276cd4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b7276cd4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b7277137db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b7277137db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7b72771376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7b72761ea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b727664172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b7276648b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b72766610a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b72766610a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b72766610a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b72765c8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b72765c8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b727663064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b727663116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b727663116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b727663116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b727662d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b727660d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b7276615f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b72767132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b72767132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b72767132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b7276614d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b72766bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b72766bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b72766b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b72766b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b72766b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b7276691960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b7276691960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b72765b8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b72765b8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b72766bf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b72766bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b72766bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b72765b9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b72765b9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b72765b968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b72765b968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b72767119d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b72767119d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b7276cd75c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b72765ad882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b72765ad882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b7276ccf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b7276ccee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b7276ccec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b7276ccc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b7276ccc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b7276cfbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b7276615f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b72767132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b72767132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b72767132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b7276614d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b72766bd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b72766bd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b72766b58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b72766b58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b72766b58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b7276691960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b7276691960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b7276690977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b7276690977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b72765b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b72765b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
22.77s call     test_sql_streaming.py::test[hop-GroupByHopTimeExtractorUnusedColumns-default.txt]
21.69s call     test_sql_streaming.py::test[hop-GroupByHop-default.txt]
21.68s call     test_sql_streaming.py::test[hop-GroupByHopWithDataWatermarks-default.txt]
20.42s call     test_sql_streaming.py::test[hop-GroupByHopPercentile-default.txt]
19.94s call     test_sql_streaming.py::test[hop-GroupByHopNoKey-default.txt]
19.04s call     test_sql_streaming.py::test[hop-GroupByHopListKey-default.txt]
18.04s call     test_sql_streaming.py::test[hop-GroupByHopExprKey-default.txt]
17.56s call     test_sql_streaming.py::test[hop-GroupByHopByStringKey-default.txt]
0.03s setup    test_sql_streaming.py::test[hop-GroupByHopTimeExtractorUnusedColumns-default.txt]
0.02s setup    test_sql_streaming.py::test[hop-GroupByHop-default.txt]
0.02s setup    test_sql_streaming.py::test[hop-GroupByHopPercentile-default.txt]
0.01s setup    test_sql_streaming.py::test[hop-GroupByHopListKey-default.txt]
0.01s setup    test_sql_streaming.py::test[hop-GroupByHopNoKey-default.txt]
0.01s setup    test_sql_streaming.py::test[hop-GroupByHopWithDataWatermarks-default.txt]
0.01s setup    test_sql_streaming.py::test[hop-GroupByHopByStringKey-default.txt]
0.01s setup    test_sql_streaming.py::test[hop-GroupByHopExprKey-default.txt]
0.01s teardown test_sql_streaming.py::test[hop-GroupByHopPercentile-default.txt]

(7 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/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e5/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/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_f2c0mp9f/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b5050c41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b5050c7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b5050b69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b5050b69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b5050b69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b5050cc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b5050cc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b5050c40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b5050c40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b5050bc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b5050b6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b5050b6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453688 byte(s) leaked in 8615 allocation(s).
FAILED test_sql_streaming.py::test[hop-GroupByHopByStringKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e5/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/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qmquyrrb/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc283e31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc283e6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc283d59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc283d59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc283d59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc283eb0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bc283eb0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bc283e30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc283e30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc283db4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc283d5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc283d5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
FAILED test_sql_streaming.py::test[hop-GroupByHopExprKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e5/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/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_vf8ar080/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bb07cdb1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bb07cde140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bb07ccd9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb07ccd9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bb07ccd9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bb07ce30cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bb07ce30cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bb07cdb0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bb07cdb0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bb07cd34b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bb07ccd936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bb07ccd936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
FAILED test_sql_streaming.py::test[hop-GroupByHopListKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e5/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/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_a4yj5q2d/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc4059e1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc405a1140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc405909e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc405909e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc405909d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc405a60cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bc405a60cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bc4059e0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc4059e0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc405964b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc40590936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc40590936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453634 byte(s) leaked in 8614 allocation(s).
FAILED test_sql_streaming.py::test[hop-GroupByHopNoKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e5/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/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_qsg35bip/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b4243081960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b42430b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b4242fa9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b4242fa9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b4242fa9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b4243100cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b4243100cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b4243080977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b4243080977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b4243004b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b4242fa936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b4242fa936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
FAILED test_sql_streaming.py::test[hop-GroupByHopPercentile-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e5/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/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_rnfzqfjd/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b59e3f51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b59e3f8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b59e3e79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b59e3e79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b59e3e79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b59e3fd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b59e3fd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b59e3f50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b59e3f50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b59e3ed4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b59e3e7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b59e3e7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
FAILED test_sql_streaming.py::test[hop-GroupByHopTimeExtractorUnusedColumns-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e5/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/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_37fcbz07/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b44f3801960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b44f383140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b44f3729e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b44f3729e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b44f3729d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b44f3880cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b44f3880cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b44f3800977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b44f3800977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b44f3784b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b44f372936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b44f372936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453653 byte(s) leaked in 8614 allocation(s).
FAILED test_sql_streaming.py::test[hop-GroupByHopWithDataWatermarks-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e5/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/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e5/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_cna22muk/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b7276691960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b72766c140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b72765b9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b72765b9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b72765b9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b7276710cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b7276710cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b7276690977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b7276690977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b7276614b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b72765b936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b72765b936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
======================== 8 failed in 163.09s (0:02:43) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xd9l/0021dd/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-4.4.4
collected 31 items

test_sql_streaming.py FFFFFFFF

=================================== FAILURES ===================================
____________ 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/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021dd/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/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b827b071960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b827b070977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b827b070977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b827af9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b827af9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[hopping_window-GroupByHoppingWindow-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021dd/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/string/libstring_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/top/libtop_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/python/python3_small/libpython3_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/digest/libdigest_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/re2/libre2_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/url_base/liburl_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperloglog/libhyperloglog_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/topfreq/libtopfreq_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/histogram/libhistogram_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/pire/libpire_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/reservoir_sampling/libreservoir_sampling_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/yson2/libyson2_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/math/libmath_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/vector/libvector_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/streaming/libstreaming_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/datetime2/libdatetime2_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/stat/libstat_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/unicode_base/libunicode_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/file/libfile_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperscan/libhyperscan_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/protobuf/libprotobuf_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/set/libset_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/json2/libjson2_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/logs/dsv/libdsv_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/simple/libsimple_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/test_import/libtest_import_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/callables/libcallables_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/lists/liblists_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dicts/libdicts_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dummylog/libdummylog.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/type_inspection/libtype_inspection_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/structs/libstructs_udf.so
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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
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/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021dd/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/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1443656
DEBUG    ya.test:process.py:259 Command (pid 1443656) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1443656) elapsed time (sec): 18.3187894821167
DEBUG    ya.test:process.py:263 Command (pid 1443656) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1443656) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1443656) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1443656) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1443656) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 1443656) maxrss: 1495428
DEBUG    ya.test:process.py:263 Command (pid 1443656) minflt: 970236
DEBUG    ya.test:process.py:263 Command (pid 1443656) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1443656) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1443656) nivcsw: 69
DEBUG    ya.test:process.py:263 Command (pid 1443656) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1443656) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1443656) nvcsw: 103677
DEBUG    ya.test:process.py:263 Command (pid 1443656) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 1443656) stime: 3.89294
DEBUG    ya.test:process.py:263 Command (pid 1443656) utime: 10.671107
DEBUG    ya.test:process.py:263 Command (pid 1443656) wtime: 18.321
DEBUG    ya.test:process.py:275 Command (pid 1443656) output:
2025-12-04T18:37:32.045829Z Fetching udfs...
2025-12-04T18:37:32.472465Z Initialization of fq runner...
2025-12-04T18:37:35.765751Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.619647s
2025-12-04T18:37:36.389583Z Fetching query results...
2025-12-04T18:37:36.389608Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1443656) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b827b0f07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b827b0f05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b827b6b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b827b6b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b827b6b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b827b6b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b827b6b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b827bb17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b827bb17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7b827bb176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7b827abca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b827af89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b827af89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b827b009806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b827b009806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b827b6aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b827b6ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b827b6b0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b827b6b0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b827b0a03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b827b09d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b827b09d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b827b0958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b827b0958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b827b0958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b827b071960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b827b071960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b827b070977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b827b070977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b827af9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b827af9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b827af99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b827b0f07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b827b0f05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b827b6b80c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b827af89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b827af89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b827b009806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b827b009806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b827b6aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b827b6ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b827b6b0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b827b6b0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b827b0a03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b827b09d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b827b09d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b827b0958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b827b0958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b827b0958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b827b071960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b827b071960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b827b070977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b827b070977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b827af9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b827af9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b827af99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b827b0f07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b827b0f05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b827b6b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b827b6b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b827b6b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b827b6b4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b827b02172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b827b022fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b827b022fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b827b6af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b827b6ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b827b6ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b827b6db2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b827aff5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b827b0f32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b827b0f32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b827b0f32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b827aff4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b827b070977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b827b070977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b827af9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b827af9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b827af99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b827b0f07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b827b0f1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b827b0f1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b827b0f1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b827b6b75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b827b6b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b827b6b4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b827b02172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b827b028b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b827afa38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b827afacb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b827b6b73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b827b6b71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b827b6b6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b827b6b4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b827b6b4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b827b6b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b827bb17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b827bb17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7b827bb176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7b827abca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f8299cead8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b827af89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b827af89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b827b009eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b827b009eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b827b0a3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b827b0a3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b827b09f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b827b09d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b827b09d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b827b0958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b827b0958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b827b0958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b827b071960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b827b071960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b827b070977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b827b070977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b827af9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b827af9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b827af99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b827b0f07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b827b0f05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b827b6b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b827b6b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b827b6b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b827b6b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b827b6b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b827bb17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b827bb17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7b827bb176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7b827abca928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b827b02172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b827b022fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b827b022fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b827b6af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b827b6ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b827b6ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b827b6dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b827aff5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b827b0f32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b827b0f32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b827b0f32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b827aff4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b827b09d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b827b09d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b827b0958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b827b0958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b827b0958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b827b071960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b827b071960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b827b070977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b827b070977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b827af9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b827af9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b827af99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b827b0f07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b827b0f05fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b827b02172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b827b028b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b827b0410a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b827b0410a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b827b0410a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b827afa8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b827afa8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b827b01064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b827b01116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b827b01116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b827b01116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b827b0129f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b827aff988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b827b6b7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b827b6b7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b827b6b6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b827b6b4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b827b6b4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b827b6b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b827bb17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b827bb17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7b827bb176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7b827abca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f8299cead8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b827b02172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b827b022fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b827b022fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b827b6af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b827b6aec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b827b6ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b827b6ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b827b6a519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b827b6a519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b827b6a18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b827b6a18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b827b6b753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b827b6b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b827b6b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b827b6b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b827bb17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b827bb17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7b827bb176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7b827abca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f8299cead8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b827b02172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b827b022fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b827b022fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b827b6af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b827b6aec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b827b6ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b827b6ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b827b6dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b827aff5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b827b0f32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b827b0f32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b827b0f32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b827aff4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b827b09d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b827b09d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b827b0958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b827b0958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b827b0958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b827b071960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b827b071960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b827b070977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b827b070977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b827af9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b827af9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b827af99272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b827af89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b827af89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b827b009806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b827b009806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b827b6aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b827b6ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b827b6ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b827b6dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b827aff5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b827b0f32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b827b0f32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b827b0f32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b827aff4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b827b09d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b827b09d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b827b0958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b827b0958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b827b0958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b827b071960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b827b071960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b827b070977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b827b070977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b827aff4b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b827af89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b827af89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b827b009806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b827b009806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b827b6aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b827b6ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b827b6ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b827b6dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b827aff5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b827b0f32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b827b0f32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b827b0f32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b827aff4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b827b09d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b827b09d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b827b0958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b827b0958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b827b0958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b827b071960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b827b071960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b827b070977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b827b070977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b827af9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b827af9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b827af99272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b827af89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b827af89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b827b009d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b827b009d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b827afa8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b827af98ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b827af98ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b827b09f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b827b0958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b827b0958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b827b0958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b827b071960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b827b071960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b827b070977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b827b070977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b827af9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b827af9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b827af99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b827b0f07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b827b0f05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b827b6b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b827b6b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b827b6b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b827b6b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b827b6b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b827bb17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b827bb17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7b827bb176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7b827abca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b827b02172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b827b028b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b827b0410a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b827b0410a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b827b0410a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b827afa8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b827afa8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b827b01064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b827b01116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b827b01116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b827b01116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b827b00d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b827afed4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b827aff5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b827b0f32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b827b0f32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b827b0f32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b827aff4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b827b09d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b827b09d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b827b0958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b827b0958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b827b0958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b827b071960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b827b071960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b827af98ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b827af98ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b827b09f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b827b09d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b827b09d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b827af99091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b827af99091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b827af9968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b827af9968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b827b0f19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b827b0f19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b827b6b75c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b827af8d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b827af8d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b827b6af0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b827b6ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b827b6ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b827b6dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b827aff5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b827b0f32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b827b0f32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b827b0f32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b827aff4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b827b09d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b827b09d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b827b0958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b827b0958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b827b0958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b827b071960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b827b071960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b827b070977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b827b070977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b827af9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b827af9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 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 0x7b827b0f07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b827b0f05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b827b6b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b827b6b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b827b6b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b827b6b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b827b6b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b827bb17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b827bb17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7b827bb176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7b827abca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b827af89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b827af89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b827b009806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b827b009806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b827b6aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b827b6ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b827b6b0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b827b6b0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b827b0a03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b827b09d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b827b09d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b827b0958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b827b0958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b827b0958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b827b071960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b827b071960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b827b070977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b827b070977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b827af9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b827af9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b827af99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b827b0f07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b827b0f05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b827b6b80c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b827af89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b827af89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b827b009806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b827b009806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b827b6aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b827b6ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b827b6b0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b827b6b0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b827b0a03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b827b09d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b827b09d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b827b0958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b827b0958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b827b0958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b827b071960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b827b071960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b827b070977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b827b070977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b827af9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b827af9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b827af99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b827b0f07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b827b0f05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b827b6b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b827b6b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b827b6b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b827b6b4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b827b02172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b827b022fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b827b022fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b827b6af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b827b6ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b827b6ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b827b6db2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b827aff5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b827b0f32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b827b0f32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b827b0f32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b827aff4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b827b070977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b827b070977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b827af9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b827af9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b827af99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b827b0f07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b827b0f1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b827b0f1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b827b0f1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b827b6b75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b827b6b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b827b6b4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b827b02172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b827b028b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b827afa38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b827afacb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b827b6b73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b827b6b71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b827b6b6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b827b6b4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b827b6b4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b827b6b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b827bb17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b827bb17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7b827bb176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7b827abca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f8299cead8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b827af89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b827af89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b827b009eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b827b009eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b827b0a3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b827b0a3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b827b09f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b827b09d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b827b09d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b827b0958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b827b0958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b827b0958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b827b071960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b827b071960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b827b070977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b827b070977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b827af9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b827af9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b827af99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b827b0f07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b827b0f05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b827b6b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b827b6b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b827b6b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b827b6b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b827b6b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b827bb17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b827bb17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7b827bb176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7b827abca928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b827b02172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b827b022fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b827b022fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b827b6af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b827b6ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b827b6ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b827b6dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b827aff5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b827b0f32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b827b0f32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b827b0f32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b827aff4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b827b09d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b827b09d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b827b0958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b827b0958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b827b0958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b827b071960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b827b071960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b827b070977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b827b070977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b827af9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b827af9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b827af99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b827b0f07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b827b0f05fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b827b02172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b827b028b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b827b0410a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b827b0410a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b827b0410a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b827afa8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b827afa8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b827b01064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b827b01116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b827b01116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b827b01116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b827b0129f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b827aff988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b827b6b7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b827b6b7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b827b6b6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b827b6b4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b827b6b4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b827b6b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b827bb17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b827bb17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7b827bb176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7b827abca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f8299cead8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b827b02172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b827b022fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b827b022fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b827b6af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b827b6aec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b827b6ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b827b6ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b827b6a519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b827b6a519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b827b6a18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b827b6a18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b827b6b753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b827b6b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b827b6b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b827b6b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b827bb17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b827bb17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7b827bb176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7b827abca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f8299cead8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b827b02172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b827b022fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b827b022fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b827b6af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b827b6aec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b827b6ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b827b6ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b827b6dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b827aff5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b827b0f32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b827b0f32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b827b0f32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b827aff4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b827b09d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b827b09d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b827b0958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b827b0958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b827b0958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b827b071960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b827b071960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b827b070977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b827b070977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b827af9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b827af9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b827af99272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b827af89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b827af89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b827b009806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b827b009806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b827b6aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b827b6ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b827b6ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b827b6dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b827aff5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b827b0f32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b827b0f32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b827b0f32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b827aff4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b827b09d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b827b09d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b827b0958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b827b0958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b827b0958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b827b071960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b827b071960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b827b070977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b827b070977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b827aff4b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b827af89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b827af89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b827b009806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b827b009806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b827b6aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b827b6ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b827b6ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b827b6dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b827aff5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b827b0f32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b827b0f32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b827b0f32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b827aff4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b827b09d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b827b09d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b827b0958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b827b0958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b827b0958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b827b071960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b827b071960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b827b070977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b827b070977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b827af9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b827af9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b827af99272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b827af89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b827af89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b827b009d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b827b009d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b827afa8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b827af98ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b827af98ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b827b09f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b827b0958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b827b0958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b827b0958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b827b071960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b827b071960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b827b070977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b827b070977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b827af9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b827af9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b827af99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b827b0f07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b827b0f05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b827b6b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b827b6b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b827b6b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b827b6b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b827b6b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b827bb17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b827bb17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7b827bb176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7b827abca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b827b02172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b827b028b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b827b0410a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b827b0410a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b827b0410a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b827afa8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b827afa8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b827b01064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b827b01116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b827b01116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b827b01116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b827b00d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b827afed4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b827aff5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b827b0f32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b827b0f32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b827b0f32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b827aff4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b827b09d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b827b09d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b827b0958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b827b0958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b827b0958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b827b071960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b827b071960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b827af98ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b827af98ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b827b09f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b827b09d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b827b09d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b827af99091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b827af99091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b827af9968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b827af9968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b827b0f19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b827b0f19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b827b6b75c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b827af8d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b827af8d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b827b6af0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b827b6aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b827b6aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b827b6ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b827b6ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b827b6dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b827aff5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b827b0f32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b827b0f32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b827b0f32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b827aff4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b827b09d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b827b09d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b827b0958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b827b0958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b827b0958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b827b071960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b827b071960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b827b070977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b827b070977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b827af9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b827af9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 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/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021dd/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/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bf90b1b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bf90b1b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bf90b1b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bf90b0d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bf90b0d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[hopping_window-GroupByHoppingWindowByStringKey-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021dd/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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.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/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021dd/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/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1447910
DEBUG    ya.test:process.py:259 Command (pid 1447910) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1447910) elapsed time (sec): 17.69367814064026
DEBUG    ya.test:process.py:263 Command (pid 1447910) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1447910) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1447910) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1447910) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1447910) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1447910) maxrss: 1495236
DEBUG    ya.test:process.py:263 Command (pid 1447910) minflt: 970304
DEBUG    ya.test:process.py:263 Command (pid 1447910) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1447910) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1447910) nivcsw: 134
DEBUG    ya.test:process.py:263 Command (pid 1447910) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1447910) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1447910) nvcsw: 103847
DEBUG    ya.test:process.py:263 Command (pid 1447910) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 1447910) stime: 3.821052
DEBUG    ya.test:process.py:263 Command (pid 1447910) utime: 10.630473
DEBUG    ya.test:process.py:263 Command (pid 1447910) wtime: 17.696
DEBUG    ya.test:process.py:275 Command (pid 1447910) output:
2025-12-04T18:37:51.028698Z Fetching udfs...
2025-12-04T18:37:51.504581Z Initialization of fq runner...
2025-12-04T18:37:54.747923Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.724709s
2025-12-04T18:37:55.477295Z Fetching query results...
2025-12-04T18:37:55.477319Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1447910) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bf90b2307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bf90b2305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bf90b7f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bf90b7f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bf90b7f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bf90b7f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bf90b7f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bf90bc57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7bf90bc57db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7bf90bc576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7bf90ad0a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf90b0c9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf90b0c9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf90b149806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf90b149806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf90b7eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bf90b7ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bf90b7f0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bf90b7f0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bf90b1e03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bf90b1dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bf90b1dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bf90b1d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bf90b1d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bf90b1d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bf90b1b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bf90b1b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bf90b1b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bf90b1b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bf90b0d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bf90b0d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bf90b0d9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bf90b2307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bf90b2305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bf90b7f80c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf90b0c9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf90b0c9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf90b149806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf90b149806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf90b7eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf90b7ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bf90b7f0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bf90b7f0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bf90b1e03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bf90b1dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bf90b1dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bf90b1d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bf90b1d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bf90b1d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bf90b1b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bf90b1b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bf90b1b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bf90b1b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bf90b0d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bf90b0d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bf90b0d9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bf90b2307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bf90b2305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bf90b7f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bf90b7f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bf90b7f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bf90b7f4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf90b16172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf90b162fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bf90b162fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bf90b7ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bf90b7ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bf90b7ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bf90b81b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bf90b135f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bf90b2332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bf90b2332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bf90b2332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bf90b134d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bf90b1b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bf90b1b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bf90b0d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bf90b0d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bf90b0d9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bf90b2307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bf90b231a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bf90b231a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bf90b231a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bf90b7f75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bf90b7f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bf90b7f4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf90b16172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf90b168b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bf90b0e38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bf90b0ecb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bf90b7f73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bf90b7f71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bf90b7f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bf90b7f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bf90b7f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bf90b7f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bf90bc57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bf90bc57db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7bf90bc576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7bf90ad0a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7ff929e32d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf90b0c9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf90b0c9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf90b149eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf90b149eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bf90b1e3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bf90b1e3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bf90b1df957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bf90b1dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bf90b1dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bf90b1d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bf90b1d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bf90b1d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bf90b1b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bf90b1b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bf90b1b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bf90b1b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bf90b0d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bf90b0d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bf90b0d9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bf90b2307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bf90b2305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bf90b7f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bf90b7f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bf90b7f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bf90b7f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bf90b7f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bf90bc57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bf90bc57db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7bf90bc576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7bf90ad0a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf90b16172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf90b162fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bf90b162fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bf90b7ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bf90b7ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bf90b7ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bf90b81bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bf90b135f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bf90b2332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bf90b2332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bf90b2332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bf90b134d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bf90b1dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bf90b1dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bf90b1d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bf90b1d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bf90b1d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bf90b1b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bf90b1b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bf90b1b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bf90b1b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bf90b0d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bf90b0d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bf90b0d9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bf90b2307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bf90b2305fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf90b16172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf90b168b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bf90b1810a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bf90b1810a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bf90b1810a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bf90b0e8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bf90b0e8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bf90b15064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bf90b15116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bf90b15116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bf90b15116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bf90b1529f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bf90b13988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bf90b7f7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bf90b7f7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bf90b7f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bf90b7f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bf90b7f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bf90b7f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bf90bc57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bf90bc57db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7bf90bc576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7bf90ad0a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7ff929e32d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf90b16172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf90b162fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bf90b162fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bf90b7ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bf90b7eec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bf90b7ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bf90b7ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bf90b7e519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bf90b7e519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bf90b7e18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bf90b7e18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bf90b7f753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bf90b7f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bf90b7f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bf90b7f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bf90bc57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7bf90bc57db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7bf90bc576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7bf90ad0a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7ff929e32d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf90b16172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf90b162fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bf90b162fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bf90b7ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bf90b7eec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bf90b7ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bf90b7ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bf90b81bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bf90b135f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bf90b2332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bf90b2332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bf90b2332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bf90b134d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bf90b1dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bf90b1dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bf90b1d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bf90b1d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bf90b1d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bf90b1b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bf90b1b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bf90b1b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bf90b1b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bf90b0d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bf90b0d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bf90b0d9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf90b0c9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf90b0c9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf90b149806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf90b149806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf90b7eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bf90b7ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bf90b7ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bf90b81bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bf90b135f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bf90b2332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bf90b2332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bf90b2332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bf90b134d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bf90b1dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bf90b1dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bf90b1d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bf90b1d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bf90b1d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bf90b1b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bf90b1b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bf90b1b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bf90b1b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bf90b134b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf90b0c9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf90b0c9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf90b149806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf90b149806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bf90b7eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf90b7ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bf90b7ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bf90b81bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bf90b135f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bf90b2332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bf90b2332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bf90b2332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bf90b134d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bf90b1dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bf90b1dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bf90b1d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bf90b1d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bf90b1d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bf90b1b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bf90b1b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bf90b1b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bf90b1b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bf90b0d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bf90b0d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bf90b0d9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf90b0c9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bf90b0c9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bf90b149d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bf90b149d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bf90b0e8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bf90b0d8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bf90b0d8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bf90b1df722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bf90b1d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bf90b1d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bf90b1d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bf90b1b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bf90b1b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bf90b1b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bf90b1b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bf90b0d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bf90b0d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bf90b0d9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bf90b2307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bf90b2305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bf90b7f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bf90b7f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bf90b7f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bf90b7f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bf90b7f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bf90bc57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bf90bc57db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7bf90bc576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7bf90ad0a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf90b16172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bf90b168b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bf90b1810a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bf90b1810a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bf90b1810a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bf90b0e8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bf90b0e8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bf90b15064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bf90b15116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bf90b15116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bf90b15116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bf90b14d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bf90b12d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bf90b135f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bf90b2332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bf90b2332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bf90b2332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bf90b134d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bf90b1dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bf90b1dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bf90b1d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bf90b1d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bf90b1d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bf90b1b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bf90b1b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bf90b0d8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf90b0d8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bf90b1df722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bf90b1dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bf90b1dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bf90b0d9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bf90b0d9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bf90b0d968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bf90b0d968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bf90b2319d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bf90b2319d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bf90b7f75c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bf90b0cd882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bf90b0cd882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bf90b7ef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bf90b7ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bf90b7ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bf90b81bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bf90b135f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bf90b2332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bf90b2332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bf90b2332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bf90b134d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bf90b1dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bf90b1dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bf90b1d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bf90b1d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bf90b1d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bf90b1b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bf90b1b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bf90b1b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bf90b1b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bf90b0d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bf90b0d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 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 0x7bf90b2307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bf90b2305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bf90b7f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bf90b7f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bf90b7f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bf90b7f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bf90b7f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bf90bc57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7bf90bc57db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7bf90bc576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7bf90ad0a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf90b0c9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf90b0c9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf90b149806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf90b149806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf90b7eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bf90b7ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bf90b7f0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bf90b7f0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bf90b1e03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bf90b1dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bf90b1dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bf90b1d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bf90b1d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bf90b1d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bf90b1b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bf90b1b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bf90b1b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bf90b1b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bf90b0d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bf90b0d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bf90b0d9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bf90b2307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bf90b2305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bf90b7f80c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf90b0c9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf90b0c9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf90b149806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf90b149806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf90b7eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf90b7ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bf90b7f0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bf90b7f0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bf90b1e03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bf90b1dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bf90b1dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bf90b1d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bf90b1d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bf90b1d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bf90b1b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bf90b1b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bf90b1b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bf90b1b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bf90b0d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bf90b0d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bf90b0d9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bf90b2307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bf90b2305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bf90b7f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bf90b7f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bf90b7f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bf90b7f4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf90b16172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf90b162fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bf90b162fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bf90b7ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bf90b7ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bf90b7ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bf90b81b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bf90b135f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bf90b2332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bf90b2332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bf90b2332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bf90b134d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bf90b1b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bf90b1b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bf90b0d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bf90b0d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bf90b0d9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bf90b2307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bf90b231a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bf90b231a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bf90b231a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bf90b7f75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bf90b7f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bf90b7f4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf90b16172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf90b168b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bf90b0e38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bf90b0ecb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bf90b7f73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bf90b7f71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bf90b7f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bf90b7f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bf90b7f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bf90b7f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bf90bc57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bf90bc57db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7bf90bc576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7bf90ad0a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7ff929e32d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf90b0c9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf90b0c9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf90b149eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf90b149eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bf90b1e3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bf90b1e3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bf90b1df957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bf90b1dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bf90b1dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bf90b1d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bf90b1d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bf90b1d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bf90b1b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bf90b1b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bf90b1b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bf90b1b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bf90b0d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bf90b0d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bf90b0d9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bf90b2307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bf90b2305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bf90b7f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bf90b7f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bf90b7f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bf90b7f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bf90b7f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bf90bc57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bf90bc57db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7bf90bc576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7bf90ad0a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf90b16172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf90b162fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bf90b162fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bf90b7ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bf90b7ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bf90b7ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bf90b81bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bf90b135f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bf90b2332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bf90b2332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bf90b2332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bf90b134d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bf90b1dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bf90b1dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bf90b1d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bf90b1d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bf90b1d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bf90b1b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bf90b1b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bf90b1b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bf90b1b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bf90b0d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bf90b0d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bf90b0d9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bf90b2307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bf90b2305fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf90b16172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf90b168b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bf90b1810a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bf90b1810a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bf90b1810a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bf90b0e8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bf90b0e8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bf90b15064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bf90b15116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bf90b15116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bf90b15116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bf90b1529f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bf90b13988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bf90b7f7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bf90b7f7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bf90b7f6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bf90b7f4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bf90b7f4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bf90b7f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bf90bc57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bf90bc57db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7bf90bc576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7bf90ad0a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7ff929e32d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf90b16172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf90b162fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bf90b162fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bf90b7ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bf90b7eec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bf90b7ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bf90b7ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bf90b7e519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bf90b7e519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bf90b7e18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bf90b7e18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bf90b7f753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bf90b7f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bf90b7f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bf90b7f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bf90bc57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7bf90bc57db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7bf90bc576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7bf90ad0a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7ff929e32d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf90b16172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf90b162fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bf90b162fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bf90b7ef065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bf90b7eec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bf90b7ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bf90b7ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bf90b81bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bf90b135f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bf90b2332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bf90b2332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bf90b2332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bf90b134d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bf90b1dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bf90b1dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bf90b1d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bf90b1d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bf90b1d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bf90b1b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bf90b1b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bf90b1b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bf90b1b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bf90b0d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bf90b0d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bf90b0d9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf90b0c9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf90b0c9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf90b149806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf90b149806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf90b7eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bf90b7ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bf90b7ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bf90b81bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bf90b135f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bf90b2332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bf90b2332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bf90b2332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bf90b134d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bf90b1dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bf90b1dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bf90b1d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bf90b1d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bf90b1d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bf90b1b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bf90b1b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bf90b1b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bf90b1b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bf90b134b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf90b0c9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf90b0c9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf90b149806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf90b149806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bf90b7eee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf90b7ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bf90b7ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bf90b81bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bf90b135f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bf90b2332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bf90b2332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bf90b2332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bf90b134d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bf90b1dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bf90b1dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bf90b1d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bf90b1d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bf90b1d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bf90b1b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bf90b1b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bf90b1b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bf90b1b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bf90b0d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bf90b0d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bf90b0d9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf90b0c9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bf90b0c9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bf90b149d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bf90b149d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bf90b0e8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bf90b0d8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bf90b0d8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bf90b1df722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bf90b1d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bf90b1d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bf90b1d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bf90b1b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bf90b1b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bf90b1b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bf90b1b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bf90b0d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bf90b0d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bf90b0d9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bf90b2307c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bf90b2305fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bf90b7f80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bf90b7f78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bf90b7f4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bf90b7f4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bf90b7f4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bf90bc57db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bf90bc57db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7bf90bc576a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7bf90ad0a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf90b16172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bf90b168b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bf90b1810a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bf90b1810a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bf90b1810a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bf90b0e8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bf90b0e8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bf90b15064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bf90b15116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bf90b15116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bf90b15116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bf90b14d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bf90b12d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bf90b135f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bf90b2332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bf90b2332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bf90b2332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bf90b134d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bf90b1dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bf90b1dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bf90b1d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bf90b1d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bf90b1d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bf90b1b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bf90b1b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bf90b0d8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bf90b0d8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bf90b1df722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bf90b1dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bf90b1dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bf90b0d9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bf90b0d9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bf90b0d968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bf90b0d968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bf90b2319d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bf90b2319d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bf90b7f75c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bf90b0cd882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bf90b0cd882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bf90b7ef0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bf90b7eee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bf90b7eec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bf90b7ec866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bf90b7ec7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bf90b81bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bf90b135f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bf90b2332f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bf90b2332f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bf90b2332f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bf90b134d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bf90b1dd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bf90b1dd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bf90b1d58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bf90b1d58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bf90b1d58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bf90b1b1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bf90b1b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bf90b1b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bf90b1b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bf90b0d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bf90b0d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 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/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021dd/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/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b65a48a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b65a48a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b65a48a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b65a47c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b65a47c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[hopping_window-GroupByHoppingWindowExprKey-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021dd/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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.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/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021dd/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/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1452845
DEBUG    ya.test:process.py:259 Command (pid 1452845) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1452845) elapsed time (sec): 17.14213752746582
DEBUG    ya.test:process.py:263 Command (pid 1452845) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452845) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1452845) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452845) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452845) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1452845) maxrss: 1490600
DEBUG    ya.test:process.py:263 Command (pid 1452845) minflt: 968429
DEBUG    ya.test:process.py:263 Command (pid 1452845) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1452845) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1452845) nivcsw: 579
DEBUG    ya.test:process.py:263 Command (pid 1452845) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1452845) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1452845) nvcsw: 104118
DEBUG    ya.test:process.py:263 Command (pid 1452845) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 1452845) stime: 3.920337
DEBUG    ya.test:process.py:263 Command (pid 1452845) utime: 11.15038
DEBUG    ya.test:process.py:263 Command (pid 1452845) wtime: 17.145
DEBUG    ya.test:process.py:275 Command (pid 1452845) output:
2025-12-04T18:38:09.014755Z Fetching udfs...
2025-12-04T18:38:09.498944Z Initialization of fq runner...
2025-12-04T18:38:12.908839Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.820709s
2025-12-04T18:38:13.735276Z Fetching query results...
2025-12-04T18:38:13.735305Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1452845) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b65a49207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b65a49205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b65a4ee80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b65a4ee78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b65a4ee4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b65a4ee4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b65a4ee4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b65a5347db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b65a5347db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7b65a53476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7b65a43fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b65a47b9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b65a47b9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b65a4839806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b65a4839806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b65a4edee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b65a4edc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b65a4ee0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b65a4ee0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b65a48d03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b65a48cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b65a48cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b65a48c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b65a48c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b65a48c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b65a48a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b65a48a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b65a48a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b65a48a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b65a47c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b65a47c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b65a47c9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b65a49207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b65a49205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b65a4ee80c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b65a47b9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b65a47b9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b65a4839806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b65a4839806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b65a4edee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b65a4edc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b65a4ee0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b65a4ee0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b65a48d03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b65a48cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b65a48cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b65a48c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b65a48c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b65a48c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b65a48a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b65a48a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b65a48a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b65a48a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b65a47c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b65a47c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b65a47c9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b65a49207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b65a49205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b65a4ee80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b65a4ee78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b65a4ee4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b65a4ee4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b65a485172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b65a4852fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b65a4852fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b65a4edf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b65a4edc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b65a4edc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b65a4f0b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b65a4825f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b65a49232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b65a49232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b65a49232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b65a4824d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b65a48a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b65a48a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b65a47c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b65a47c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b65a47c9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b65a49207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b65a4921a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b65a4921a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b65a4921a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b65a4ee75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b65a4ee4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b65a4ee4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b65a485172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b65a4858b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b65a47d38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b65a47dcb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b65a4ee73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b65a4ee71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b65a4ee6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b65a4ee4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b65a4ee4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b65a4ee4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b65a5347db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b65a5347db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7b65a53476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7b65a43fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f65c3524d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b65a47b9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b65a47b9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b65a4839eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b65a4839eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b65a48d3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b65a48d3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b65a48cf957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b65a48cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b65a48cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b65a48c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b65a48c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b65a48c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b65a48a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b65a48a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b65a48a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b65a48a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b65a47c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b65a47c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b65a47c9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b65a49207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b65a49205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b65a4ee80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b65a4ee78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b65a4ee4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b65a4ee4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b65a4ee4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b65a5347db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b65a5347db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7b65a53476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7b65a43fa928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b65a485172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b65a4852fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b65a4852fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b65a4edf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b65a4edc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b65a4edc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b65a4f0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b65a4825f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b65a49232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b65a49232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b65a49232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b65a4824d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b65a48cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b65a48cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b65a48c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b65a48c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b65a48c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b65a48a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b65a48a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b65a48a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b65a48a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b65a47c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b65a47c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b65a47c9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b65a49207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b65a49205fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b65a485172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b65a4858b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b65a48710a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b65a48710a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b65a48710a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b65a47d8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b65a47d8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b65a484064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b65a484116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b65a484116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b65a484116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b65a48429f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b65a482988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b65a4ee7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b65a4ee7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b65a4ee6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b65a4ee4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b65a4ee4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b65a4ee4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b65a5347db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b65a5347db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7b65a53476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7b65a43fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f65c3524d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b65a485172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b65a4852fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b65a4852fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b65a4edf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b65a4edec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b65a4edc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b65a4edc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b65a4ed519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b65a4ed519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b65a4ed18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b65a4ed18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b65a4ee753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b65a4ee4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b65a4ee4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b65a4ee4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b65a5347db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b65a5347db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7b65a53476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7b65a43fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f65c3524d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b65a485172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b65a4852fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b65a4852fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b65a4edf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b65a4edec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b65a4edc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b65a4edc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b65a4f0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b65a4825f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b65a49232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b65a49232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b65a49232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b65a4824d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b65a48cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b65a48cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b65a48c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b65a48c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b65a48c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b65a48a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b65a48a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b65a48a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b65a48a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b65a47c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b65a47c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b65a47c9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b65a47b9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b65a47b9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b65a4839806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b65a4839806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b65a4edee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b65a4edc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b65a4edc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b65a4f0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b65a4825f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b65a49232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b65a49232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b65a49232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b65a4824d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b65a48cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b65a48cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b65a48c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b65a48c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b65a48c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b65a48a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b65a48a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b65a48a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b65a48a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b65a4824b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b65a47b9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b65a47b9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b65a4839806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b65a4839806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b65a4edee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b65a4edc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b65a4edc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b65a4f0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b65a4825f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b65a49232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b65a49232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b65a49232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b65a4824d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b65a48cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b65a48cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b65a48c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b65a48c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b65a48c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b65a48a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b65a48a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b65a48a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b65a48a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b65a47c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b65a47c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b65a47c9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b65a47b9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b65a47b9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b65a4839d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b65a4839d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b65a47d8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b65a47c8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b65a47c8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b65a48cf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b65a48c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b65a48c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b65a48c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b65a48a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b65a48a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b65a48a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b65a48a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b65a47c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b65a47c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b65a47c9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b65a49207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b65a49205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b65a4ee80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b65a4ee78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b65a4ee4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b65a4ee4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b65a4ee4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b65a5347db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b65a5347db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7b65a53476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7b65a43fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b65a485172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b65a4858b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b65a48710a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b65a48710a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b65a48710a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b65a47d8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b65a47d8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b65a484064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b65a484116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b65a484116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b65a484116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b65a483d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b65a481d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b65a4825f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b65a49232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b65a49232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b65a49232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b65a4824d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b65a48cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b65a48cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b65a48c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b65a48c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b65a48c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b65a48a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b65a48a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b65a47c8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b65a47c8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b65a48cf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b65a48cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b65a48cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b65a47c9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b65a47c9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b65a47c968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b65a47c968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b65a49219d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b65a49219d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b65a4ee75c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b65a47bd882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b65a47bd882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b65a4edf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b65a4edc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b65a4edc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b65a4f0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b65a4825f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b65a49232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b65a49232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b65a49232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b65a4824d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b65a48cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b65a48cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b65a48c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b65a48c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b65a48c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b65a48a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b65a48a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b65a48a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b65a48a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b65a47c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b65a47c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 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 0x7b65a49207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b65a49205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b65a4ee80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b65a4ee78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b65a4ee4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b65a4ee4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b65a4ee4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b65a5347db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b65a5347db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7b65a53476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7b65a43fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b65a47b9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b65a47b9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b65a4839806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b65a4839806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b65a4edee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b65a4edc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b65a4ee0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b65a4ee0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b65a48d03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b65a48cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b65a48cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b65a48c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b65a48c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b65a48c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b65a48a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b65a48a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b65a48a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b65a48a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b65a47c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b65a47c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b65a47c9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b65a49207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b65a49205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b65a4ee80c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b65a47b9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b65a47b9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b65a4839806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b65a4839806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b65a4edee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b65a4edc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b65a4ee0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b65a4ee0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b65a48d03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b65a48cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b65a48cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b65a48c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b65a48c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b65a48c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b65a48a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b65a48a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b65a48a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b65a48a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b65a47c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b65a47c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b65a47c9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b65a49207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b65a49205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b65a4ee80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b65a4ee78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b65a4ee4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b65a4ee4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b65a485172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b65a4852fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b65a4852fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b65a4edf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b65a4edc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b65a4edc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b65a4f0b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b65a4825f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b65a49232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b65a49232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b65a49232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b65a4824d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b65a48a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b65a48a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b65a47c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b65a47c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b65a47c9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b65a49207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b65a4921a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b65a4921a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b65a4921a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b65a4ee75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b65a4ee4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b65a4ee4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b65a485172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b65a4858b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b65a47d38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b65a47dcb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b65a4ee73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b65a4ee71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b65a4ee6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b65a4ee4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b65a4ee4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b65a4ee4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b65a5347db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b65a5347db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7b65a53476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7b65a43fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f65c3524d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b65a47b9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b65a47b9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b65a4839eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b65a4839eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b65a48d3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b65a48d3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b65a48cf957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b65a48cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b65a48cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b65a48c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b65a48c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b65a48c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b65a48a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b65a48a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b65a48a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b65a48a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b65a47c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b65a47c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b65a47c9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b65a49207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b65a49205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b65a4ee80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b65a4ee78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b65a4ee4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b65a4ee4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b65a4ee4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b65a5347db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b65a5347db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7b65a53476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7b65a43fa928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b65a485172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b65a4852fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b65a4852fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b65a4edf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b65a4edc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b65a4edc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b65a4f0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b65a4825f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b65a49232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b65a49232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b65a49232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b65a4824d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b65a48cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b65a48cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b65a48c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b65a48c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b65a48c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b65a48a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b65a48a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b65a48a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b65a48a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b65a47c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b65a47c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b65a47c9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b65a49207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b65a49205fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b65a485172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b65a4858b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b65a48710a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b65a48710a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b65a48710a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b65a47d8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b65a47d8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b65a484064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b65a484116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b65a484116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b65a484116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b65a48429f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b65a482988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b65a4ee7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b65a4ee7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b65a4ee6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b65a4ee4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b65a4ee4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b65a4ee4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b65a5347db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b65a5347db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7b65a53476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7b65a43fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f65c3524d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b65a485172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b65a4852fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b65a4852fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b65a4edf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b65a4edec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b65a4edc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b65a4edc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b65a4ed519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b65a4ed519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b65a4ed18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b65a4ed18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b65a4ee753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b65a4ee4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b65a4ee4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b65a4ee4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b65a5347db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b65a5347db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7b65a53476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7b65a43fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f65c3524d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b65a485172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b65a4852fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b65a4852fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b65a4edf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b65a4edec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b65a4edc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b65a4edc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b65a4f0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b65a4825f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b65a49232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b65a49232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b65a49232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b65a4824d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b65a48cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b65a48cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b65a48c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b65a48c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b65a48c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b65a48a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b65a48a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b65a48a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b65a48a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b65a47c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b65a47c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b65a47c9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b65a47b9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b65a47b9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b65a4839806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b65a4839806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b65a4edee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b65a4edc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b65a4edc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b65a4f0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b65a4825f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b65a49232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b65a49232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b65a49232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b65a4824d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b65a48cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b65a48cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b65a48c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b65a48c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b65a48c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b65a48a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b65a48a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b65a48a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b65a48a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b65a4824b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b65a47b9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b65a47b9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b65a4839806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b65a4839806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b65a4edee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b65a4edc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b65a4edc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b65a4f0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b65a4825f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b65a49232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b65a49232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b65a49232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b65a4824d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b65a48cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b65a48cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b65a48c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b65a48c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b65a48c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b65a48a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b65a48a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b65a48a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b65a48a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b65a47c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b65a47c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b65a47c9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b65a47b9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b65a47b9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b65a4839d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b65a4839d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b65a47d8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b65a47c8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b65a47c8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b65a48cf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b65a48c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b65a48c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b65a48c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b65a48a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b65a48a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b65a48a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b65a48a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b65a47c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b65a47c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b65a47c9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b65a49207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b65a49205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b65a4ee80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b65a4ee78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b65a4ee4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b65a4ee4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b65a4ee4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b65a5347db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b65a5347db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7b65a53476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7b65a43fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b65a485172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b65a4858b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b65a48710a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b65a48710a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b65a48710a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b65a47d8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b65a47d8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b65a484064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b65a484116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b65a484116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b65a484116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b65a483d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b65a481d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b65a4825f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b65a49232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b65a49232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b65a49232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b65a4824d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b65a48cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b65a48cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b65a48c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b65a48c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b65a48c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b65a48a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b65a48a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b65a47c8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b65a47c8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b65a48cf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b65a48cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b65a48cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b65a47c9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b65a47c9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b65a47c968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b65a47c968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b65a49219d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b65a49219d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b65a4ee75c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b65a47bd882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b65a47bd882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b65a4edf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b65a4edee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b65a4edec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b65a4edc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b65a4edc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b65a4f0bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b65a4825f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b65a49232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b65a49232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b65a49232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b65a4824d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b65a48cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b65a48cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b65a48c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b65a48c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b65a48c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b65a48a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b65a48a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b65a48a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b65a48a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b65a47c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b65a47c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 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/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021dd/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/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b3c8df71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b3c8df70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b3c8df70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b3c8de9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b3c8de9936c 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:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[hopping_window-GroupByHoppingWindowListKey-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021dd/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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.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/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021dd/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/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1459734
DEBUG    ya.test:process.py:259 Command (pid 1459734) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1459734) elapsed time (sec): 18.809935569763184
DEBUG    ya.test:process.py:263 Command (pid 1459734) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1459734) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1459734) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1459734) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1459734) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1459734) maxrss: 1490216
DEBUG    ya.test:process.py:263 Command (pid 1459734) minflt: 964390
DEBUG    ya.test:process.py:263 Command (pid 1459734) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1459734) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1459734) nivcsw: 292
DEBUG    ya.test:process.py:263 Command (pid 1459734) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1459734) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1459734) nvcsw: 105936
DEBUG    ya.test:process.py:263 Command (pid 1459734) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 1459734) stime: 4.203659
DEBUG    ya.test:process.py:263 Command (pid 1459734) utime: 11.711195
DEBUG    ya.test:process.py:263 Command (pid 1459734) wtime: 18.813
DEBUG    ya.test:process.py:275 Command (pid 1459734) output:
2025-12-04T18:38:26.496067Z Fetching udfs...
2025-12-04T18:38:27.003873Z Initialization of fq runner...
2025-12-04T18:38:30.777215Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.137807s
2025-12-04T18:38:31.920044Z Fetching query results...
2025-12-04T18:38:31.920070Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1459734) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b3c8dff07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b3c8dff05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b3c8e5b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b3c8e5b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b3c8e5b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b3c8e5b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b3c8e5b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b3c8ea17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b3c8ea17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7b3c8ea176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7b3c8daca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b3c8de89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b3c8de89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b3c8df09806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b3c8df09806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b3c8e5aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b3c8e5ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b3c8e5b0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b3c8e5b0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b3c8dfa03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b3c8df9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b3c8df9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b3c8df958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b3c8df958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b3c8df958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b3c8df71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b3c8df71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b3c8df70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b3c8df70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b3c8de9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b3c8de9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b3c8de99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b3c8dff07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b3c8dff05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b3c8e5b80c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b3c8de89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b3c8de89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b3c8df09806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b3c8df09806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b3c8e5aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b3c8e5ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b3c8e5b0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b3c8e5b0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b3c8dfa03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b3c8df9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b3c8df9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b3c8df958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b3c8df958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b3c8df958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b3c8df71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b3c8df71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b3c8df70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b3c8df70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b3c8de9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b3c8de9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b3c8de99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b3c8dff07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b3c8dff05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b3c8e5b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b3c8e5b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b3c8e5b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b3c8e5b4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b3c8df2172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b3c8df22fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b3c8df22fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b3c8e5af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b3c8e5ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b3c8e5ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b3c8e5db2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b3c8def5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b3c8dff32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b3c8dff32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b3c8dff32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b3c8def4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b3c8df70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b3c8df70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b3c8de9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b3c8de9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b3c8de99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b3c8dff07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b3c8dff1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b3c8dff1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b3c8dff1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b3c8e5b75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b3c8e5b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b3c8e5b4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b3c8df2172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b3c8df28b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b3c8dea38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b3c8deacb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b3c8e5b73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b3c8e5b71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b3c8e5b6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b3c8e5b4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b3c8e5b4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b3c8e5b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b3c8ea17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b3c8ea17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7b3c8ea176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7b3c8daca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f3cacbf9d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b3c8de89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b3c8de89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b3c8df09eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b3c8df09eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b3c8dfa3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b3c8dfa3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b3c8df9f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b3c8df9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b3c8df9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b3c8df958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b3c8df958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b3c8df958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b3c8df71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b3c8df71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b3c8df70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b3c8df70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b3c8de9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b3c8de9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b3c8de99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b3c8dff07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b3c8dff05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b3c8e5b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b3c8e5b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b3c8e5b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b3c8e5b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b3c8e5b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b3c8ea17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b3c8ea17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7b3c8ea176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7b3c8daca928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b3c8df2172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b3c8df22fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b3c8df22fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b3c8e5af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b3c8e5ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b3c8e5ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b3c8e5dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b3c8def5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b3c8dff32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b3c8dff32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b3c8dff32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b3c8def4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b3c8df9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b3c8df9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b3c8df958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b3c8df958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b3c8df958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b3c8df71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b3c8df71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b3c8df70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b3c8df70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b3c8de9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b3c8de9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b3c8de99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b3c8dff07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b3c8dff05fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b3c8df2172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b3c8df28b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b3c8df410a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b3c8df410a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b3c8df410a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b3c8dea8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b3c8dea8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b3c8df1064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b3c8df1116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b3c8df1116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b3c8df1116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b3c8df129f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b3c8def988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b3c8e5b7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b3c8e5b7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b3c8e5b6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b3c8e5b4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b3c8e5b4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b3c8e5b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b3c8ea17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b3c8ea17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7b3c8ea176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7b3c8daca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f3cacbf9d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b3c8df2172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b3c8df22fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b3c8df22fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b3c8e5af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b3c8e5aec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b3c8e5ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b3c8e5ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b3c8e5a519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b3c8e5a519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b3c8e5a18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b3c8e5a18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b3c8e5b753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b3c8e5b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b3c8e5b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b3c8e5b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b3c8ea17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b3c8ea17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7b3c8ea176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7b3c8daca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f3cacbf9d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b3c8df2172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b3c8df22fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b3c8df22fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b3c8e5af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b3c8e5aec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b3c8e5ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b3c8e5ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b3c8e5dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b3c8def5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b3c8dff32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b3c8dff32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b3c8dff32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b3c8def4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b3c8df9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b3c8df9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b3c8df958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b3c8df958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b3c8df958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b3c8df71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b3c8df71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b3c8df70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b3c8df70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b3c8de9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b3c8de9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b3c8de99272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b3c8de89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b3c8de89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b3c8df09806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b3c8df09806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b3c8e5aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b3c8e5ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b3c8e5ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b3c8e5dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b3c8def5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b3c8dff32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b3c8dff32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b3c8dff32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b3c8def4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b3c8df9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b3c8df9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b3c8df958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b3c8df958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b3c8df958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b3c8df71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b3c8df71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b3c8df70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b3c8df70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b3c8def4b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b3c8de89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b3c8de89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b3c8df09806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b3c8df09806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b3c8e5aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b3c8e5ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b3c8e5ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b3c8e5dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b3c8def5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b3c8dff32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b3c8dff32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b3c8dff32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b3c8def4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b3c8df9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b3c8df9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b3c8df958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b3c8df958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b3c8df958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b3c8df71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b3c8df71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b3c8df70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b3c8df70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b3c8de9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b3c8de9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b3c8de99272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b3c8de89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b3c8de89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b3c8df09d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b3c8df09d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b3c8dea8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b3c8de98ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b3c8de98ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b3c8df9f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b3c8df958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b3c8df958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b3c8df958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b3c8df71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b3c8df71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b3c8df70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b3c8df70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b3c8de9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b3c8de9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b3c8de99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b3c8dff07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b3c8dff05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b3c8e5b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b3c8e5b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b3c8e5b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b3c8e5b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b3c8e5b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b3c8ea17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b3c8ea17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7b3c8ea176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7b3c8daca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b3c8df2172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b3c8df28b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b3c8df410a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b3c8df410a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b3c8df410a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b3c8dea8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b3c8dea8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b3c8df1064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b3c8df1116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b3c8df1116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b3c8df1116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b3c8df0d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b3c8deed4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b3c8def5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b3c8dff32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b3c8dff32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b3c8dff32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b3c8def4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b3c8df9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b3c8df9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b3c8df958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b3c8df958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b3c8df958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b3c8df71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b3c8df71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b3c8de98ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b3c8de98ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b3c8df9f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b3c8df9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b3c8df9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b3c8de99091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b3c8de99091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b3c8de9968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b3c8de9968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b3c8dff19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b3c8dff19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b3c8e5b75c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b3c8de8d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b3c8de8d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b3c8e5af0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b3c8e5ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b3c8e5ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b3c8e5dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b3c8def5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b3c8dff32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b3c8dff32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b3c8dff32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b3c8def4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b3c8df9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b3c8df9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b3c8df958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b3c8df958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b3c8df958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b3c8df71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b3c8df71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b3c8df70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b3c8df70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b3c8de9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b3c8de9936c 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 0x7b3c8dff07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b3c8dff05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b3c8e5b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b3c8e5b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b3c8e5b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b3c8e5b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b3c8e5b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b3c8ea17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b3c8ea17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7b3c8ea176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7b3c8daca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b3c8de89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b3c8de89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b3c8df09806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b3c8df09806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b3c8e5aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b3c8e5ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b3c8e5b0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b3c8e5b0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b3c8dfa03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b3c8df9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b3c8df9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b3c8df958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b3c8df958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b3c8df958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b3c8df71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b3c8df71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b3c8df70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b3c8df70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b3c8de9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b3c8de9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b3c8de99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b3c8dff07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b3c8dff05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b3c8e5b80c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b3c8de89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b3c8de89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b3c8df09806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b3c8df09806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b3c8e5aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b3c8e5ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b3c8e5b0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b3c8e5b0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b3c8dfa03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b3c8df9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b3c8df9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b3c8df958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b3c8df958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b3c8df958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b3c8df71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b3c8df71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b3c8df70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b3c8df70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b3c8de9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b3c8de9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b3c8de99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b3c8dff07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b3c8dff05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b3c8e5b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b3c8e5b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b3c8e5b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b3c8e5b4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b3c8df2172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b3c8df22fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b3c8df22fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b3c8e5af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b3c8e5ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b3c8e5ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b3c8e5db2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b3c8def5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b3c8dff32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b3c8dff32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b3c8dff32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b3c8def4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b3c8df70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b3c8df70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b3c8de9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b3c8de9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b3c8de99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b3c8dff07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b3c8dff1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b3c8dff1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b3c8dff1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b3c8e5b75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b3c8e5b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b3c8e5b4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b3c8df2172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b3c8df28b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b3c8dea38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b3c8deacb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b3c8e5b73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b3c8e5b71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b3c8e5b6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b3c8e5b4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b3c8e5b4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b3c8e5b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b3c8ea17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b3c8ea17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7b3c8ea176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7b3c8daca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f3cacbf9d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b3c8de89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b3c8de89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b3c8df09eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b3c8df09eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b3c8dfa3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b3c8dfa3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b3c8df9f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b3c8df9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b3c8df9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b3c8df958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b3c8df958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b3c8df958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b3c8df71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b3c8df71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b3c8df70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b3c8df70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b3c8de9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b3c8de9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b3c8de99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b3c8dff07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b3c8dff05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b3c8e5b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b3c8e5b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b3c8e5b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b3c8e5b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b3c8e5b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b3c8ea17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b3c8ea17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7b3c8ea176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7b3c8daca928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b3c8df2172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b3c8df22fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b3c8df22fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b3c8e5af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b3c8e5ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b3c8e5ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b3c8e5dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b3c8def5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b3c8dff32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b3c8dff32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b3c8dff32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b3c8def4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b3c8df9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b3c8df9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b3c8df958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b3c8df958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b3c8df958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b3c8df71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b3c8df71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b3c8df70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b3c8df70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b3c8de9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b3c8de9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b3c8de99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b3c8dff07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b3c8dff05fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b3c8df2172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b3c8df28b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b3c8df410a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b3c8df410a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b3c8df410a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b3c8dea8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b3c8dea8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b3c8df1064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b3c8df1116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b3c8df1116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b3c8df1116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b3c8df129f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b3c8def988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b3c8e5b7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b3c8e5b7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b3c8e5b6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b3c8e5b4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b3c8e5b4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b3c8e5b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b3c8ea17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b3c8ea17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7b3c8ea176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7b3c8daca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f3cacbf9d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b3c8df2172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b3c8df22fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b3c8df22fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b3c8e5af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b3c8e5aec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b3c8e5ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b3c8e5ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b3c8e5a519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b3c8e5a519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b3c8e5a18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b3c8e5a18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b3c8e5b753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b3c8e5b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b3c8e5b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b3c8e5b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b3c8ea17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b3c8ea17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7b3c8ea176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7b3c8daca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f3cacbf9d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b3c8df2172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b3c8df22fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b3c8df22fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b3c8e5af065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b3c8e5aec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b3c8e5ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b3c8e5ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b3c8e5dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b3c8def5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b3c8dff32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b3c8dff32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b3c8dff32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b3c8def4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b3c8df9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b3c8df9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b3c8df958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b3c8df958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b3c8df958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b3c8df71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b3c8df71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b3c8df70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b3c8df70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b3c8de9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b3c8de9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b3c8de99272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b3c8de89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b3c8de89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b3c8df09806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b3c8df09806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b3c8e5aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b3c8e5ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b3c8e5ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b3c8e5dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b3c8def5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b3c8dff32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b3c8dff32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b3c8dff32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b3c8def4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b3c8df9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b3c8df9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b3c8df958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b3c8df958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b3c8df958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b3c8df71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b3c8df71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b3c8df70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b3c8df70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b3c8def4b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b3c8de89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b3c8de89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b3c8df09806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b3c8df09806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b3c8e5aee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b3c8e5ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b3c8e5ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b3c8e5dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b3c8def5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b3c8dff32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b3c8dff32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b3c8dff32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b3c8def4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b3c8df9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b3c8df9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b3c8df958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b3c8df958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b3c8df958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b3c8df71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b3c8df71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b3c8df70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b3c8df70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b3c8de9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b3c8de9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b3c8de99272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b3c8de89f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b3c8de89f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b3c8df09d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b3c8df09d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b3c8dea8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b3c8de98ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b3c8de98ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b3c8df9f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b3c8df958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b3c8df958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b3c8df958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b3c8df71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b3c8df71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b3c8df70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b3c8df70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b3c8de9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b3c8de9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b3c8de99272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b3c8dff07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b3c8dff05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b3c8e5b80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b3c8e5b78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b3c8e5b4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b3c8e5b4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b3c8e5b4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b3c8ea17db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b3c8ea17db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7b3c8ea176a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7b3c8daca928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b3c8df2172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b3c8df28b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b3c8df410a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b3c8df410a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b3c8df410a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b3c8dea8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b3c8dea8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b3c8df1064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b3c8df1116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b3c8df1116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b3c8df1116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b3c8df0d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b3c8deed4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b3c8def5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b3c8dff32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b3c8dff32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b3c8dff32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b3c8def4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b3c8df9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b3c8df9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b3c8df958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b3c8df958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b3c8df958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b3c8df71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b3c8df71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b3c8de98ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b3c8de98ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b3c8df9f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b3c8df9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b3c8df9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b3c8de99091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b3c8de99091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b3c8de9968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b3c8de9968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b3c8dff19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b3c8dff19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b3c8e5b75c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b3c8de8d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b3c8de8d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b3c8e5af0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b3c8e5aee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b3c8e5aec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b3c8e5ac866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b3c8e5ac7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b3c8e5dbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b3c8def5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b3c8dff32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b3c8dff32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b3c8dff32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b3c8def4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b3c8df9d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b3c8df9d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b3c8df958d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b3c8df958d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b3c8df958d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b3c8df71960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b3c8df71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b3c8df70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b3c8df70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b3c8de9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b3c8de9936c 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:442 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/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021dd/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/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bc4492d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bc4492d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bc4492d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bc4491f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bc4491f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[hopping_window-GroupByHoppingWindowNoKey-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021dd/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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.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/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021dd/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/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1465785
DEBUG    ya.test:process.py:259 Command (pid 1465785) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1465785) elapsed time (sec): 19.332401514053345
DEBUG    ya.test:process.py:263 Command (pid 1465785) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1465785) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1465785) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1465785) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1465785) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1465785) maxrss: 1502064
DEBUG    ya.test:process.py:263 Command (pid 1465785) minflt: 973578
DEBUG    ya.test:process.py:263 Command (pid 1465785) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1465785) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1465785) nivcsw: 652
DEBUG    ya.test:process.py:263 Command (pid 1465785) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1465785) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1465785) nvcsw: 104058
DEBUG    ya.test:process.py:263 Command (pid 1465785) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 1465785) stime: 3.812563
DEBUG    ya.test:process.py:263 Command (pid 1465785) utime: 11.294649
DEBUG    ya.test:process.py:263 Command (pid 1465785) wtime: 19.334
DEBUG    ya.test:process.py:275 Command (pid 1465785) output:
2025-12-04T18:38:45.430452Z Fetching udfs...
2025-12-04T18:38:45.874793Z Initialization of fq runner...
2025-12-04T18:38:48.947951Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.925004s
2025-12-04T18:38:49.877787Z Fetching query results...
2025-12-04T18:38:49.877808Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1465785) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bc4493507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bc4493505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bc4499180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bc4499178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bc449914bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bc449914aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bc449914ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bc449d77db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7bc449d77db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7bc449d776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7bc448e2a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc4491e9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc4491e9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc449269806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc449269806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc44990ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc44990c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc449910090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bc449910090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bc4493003ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bc4492fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bc4492fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bc4492f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bc4492f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bc4492f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bc4492d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bc4492d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bc4492d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bc4492d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bc4491f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bc4491f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bc4491f9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bc4493507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bc4493505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bc4499180c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc4491e9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc4491e9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc449269806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc449269806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc44990ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc44990c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bc449910090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bc449910090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bc4493003ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bc4492fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bc4492fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bc4492f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bc4492f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bc4492f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bc4492d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bc4492d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bc4492d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bc4492d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bc4491f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bc4491f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bc4491f9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bc4493507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bc4493505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bc4499180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bc4499178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bc449914bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bc449914aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc44928172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc449282fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc449282fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc44990f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bc44990c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bc44990c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bc44993b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bc449255f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bc4493532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bc4493532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bc4493532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bc449254d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bc4492d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bc4492d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bc4491f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc4491f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bc4491f9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bc4493507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bc449351a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bc449351a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bc449351a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bc4499175c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bc449914bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bc449914aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc44928172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc449288b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc4492038f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bc44920cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bc4499173ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bc4499171ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bc449916f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bc449914a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bc449914a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bc449914ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bc449d77db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bc449d77db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7bc449d776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7bc448e2a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fc467f4ad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc4491e9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc4491e9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc449269eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc449269eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bc449303206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bc449303206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bc4492ff957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bc4492fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bc4492fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bc4492f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bc4492f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bc4492f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bc4492d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bc4492d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bc4492d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bc4492d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bc4491f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bc4491f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bc4491f9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bc4493507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bc4493505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bc4499180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bc4499178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bc449914bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bc449914aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bc449914ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bc449d77db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bc449d77db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7bc449d776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7bc448e2a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc44928172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc449282fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc449282fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc44990f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bc44990c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bc44990c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bc44993bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bc449255f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bc4493532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bc4493532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bc4493532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bc449254d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bc4492fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bc4492fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bc4492f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bc4492f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bc4492f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bc4492d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bc4492d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bc4492d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bc4492d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bc4491f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bc4491f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bc4491f9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bc4493507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bc4493505fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc44928172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc449288b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc4492a10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc4492a10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc4492a10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc449208dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc449208dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc44927064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc44927116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc44927116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc44927116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc4492729f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bc44925988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bc449917044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bc449917044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bc449916f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bc449914a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bc449914a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bc449914ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bc449d77db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bc449d77db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7bc449d776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7bc448e2a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fc467f4ad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc44928172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc449282fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc449282fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc44990f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc44990ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc44990c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc44990c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bc44990519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bc44990519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bc4499018ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bc4499018c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bc44991753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bc449914bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bc449914aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bc449914ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bc449d77db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7bc449d77db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7bc449d776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7bc448e2a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fc467f4ad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc44928172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc449282fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc449282fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc44990f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc44990ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc44990c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bc44990c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bc44993bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bc449255f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bc4493532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bc4493532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bc4493532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bc449254d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bc4492fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bc4492fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bc4492f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bc4492f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bc4492f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bc4492d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bc4492d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bc4492d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bc4492d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bc4491f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bc4491f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bc4491f9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc4491e9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc4491e9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc449269806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc449269806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc44990ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bc44990c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bc44990c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bc44993bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bc449255f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bc4493532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bc4493532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bc4493532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bc449254d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bc4492fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bc4492fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bc4492f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bc4492f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bc4492f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bc4492d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bc4492d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bc4492d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bc4492d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bc449254b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc4491e9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc4491e9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc449269806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc449269806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc44990ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc44990c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc44990c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc44993bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc449255f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc4493532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc4493532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bc4493532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc449254d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bc4492fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc4492fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc4492f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc4492f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc4492f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc4492d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc4492d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bc4492d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc4492d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc4491f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc4491f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bc4491f9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc4491e9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc4491e9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc449269d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc449269d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bc449208ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bc4491f8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bc4491f8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bc4492ff722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bc4492f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bc4492f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bc4492f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bc4492d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bc4492d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bc4492d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bc4492d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bc4491f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bc4491f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bc4491f9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bc4493507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bc4493505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bc4499180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bc4499178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bc449914bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bc449914aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bc449914ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bc449d77db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bc449d77db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7bc449d776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7bc448e2a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc44928172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc449288b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc4492a10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc4492a10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc4492a10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc449208dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc449208dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc44927064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc44927116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc44927116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc44927116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc44926d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bc44924d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bc449255f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bc4493532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bc4493532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bc4493532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bc449254d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bc4492fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bc4492fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bc4492f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bc4492f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bc4492f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bc4492d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bc4492d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bc4491f8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc4491f8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bc4492ff722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bc4492fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bc4492fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bc4491f9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bc4491f9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bc4491f968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bc4491f968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bc4493519d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bc4493519d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bc4499175c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc4491ed882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bc4491ed882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bc44990f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc44990c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc44990c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc44993bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc449255f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc4493532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc4493532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bc4493532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc449254d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bc4492fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc4492fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc4492f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc4492f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc4492f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc4492d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc4492d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bc4492d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc4492d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc4491f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc4491f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 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 0x7bc4493507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bc4493505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bc4499180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bc4499178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bc449914bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bc449914aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bc449914ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bc449d77db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7bc449d77db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7bc449d776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7bc448e2a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc4491e9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc4491e9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc449269806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc449269806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc44990ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc44990c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc449910090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bc449910090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bc4493003ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bc4492fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bc4492fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bc4492f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bc4492f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bc4492f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bc4492d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bc4492d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bc4492d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bc4492d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bc4491f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bc4491f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bc4491f9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bc4493507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bc4493505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bc4499180c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc4491e9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc4491e9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc449269806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc449269806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc44990ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc44990c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bc449910090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bc449910090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bc4493003ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bc4492fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bc4492fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bc4492f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bc4492f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bc4492f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bc4492d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bc4492d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bc4492d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bc4492d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bc4491f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bc4491f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bc4491f9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bc4493507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bc4493505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bc4499180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bc4499178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bc449914bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bc449914aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc44928172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc449282fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc449282fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc44990f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bc44990c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bc44990c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bc44993b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bc449255f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bc4493532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bc4493532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bc4493532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bc449254d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bc4492d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bc4492d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bc4491f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc4491f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bc4491f9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bc4493507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bc449351a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bc449351a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bc449351a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bc4499175c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bc449914bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bc449914aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc44928172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc449288b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc4492038f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bc44920cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bc4499173ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bc4499171ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bc449916f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bc449914a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bc449914a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bc449914ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bc449d77db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bc449d77db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7bc449d776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7bc448e2a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fc467f4ad8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc4491e9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc4491e9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc449269eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc449269eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bc449303206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bc449303206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bc4492ff957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bc4492fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bc4492fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bc4492f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bc4492f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bc4492f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bc4492d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bc4492d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bc4492d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bc4492d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bc4491f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bc4491f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bc4491f9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bc4493507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bc4493505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bc4499180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bc4499178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bc449914bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bc449914aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bc449914ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bc449d77db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bc449d77db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7bc449d776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7bc448e2a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc44928172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc449282fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc449282fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc44990f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bc44990c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bc44990c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bc44993bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bc449255f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bc4493532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bc4493532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bc4493532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bc449254d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bc4492fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bc4492fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bc4492f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bc4492f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bc4492f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bc4492d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bc4492d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bc4492d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bc4492d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bc4491f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bc4491f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bc4491f9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bc4493507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bc4493505fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc44928172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc449288b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc4492a10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc4492a10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc4492a10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc449208dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc449208dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc44927064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc44927116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc44927116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc44927116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc4492729f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bc44925988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bc449917044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bc449917044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bc449916f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bc449914a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bc449914a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bc449914ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bc449d77db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bc449d77db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7bc449d776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7bc448e2a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fc467f4ad8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc44928172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc449282fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc449282fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc44990f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc44990ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc44990c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc44990c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bc44990519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bc44990519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bc4499018ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bc4499018c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bc44991753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bc449914bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bc449914aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bc449914ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bc449d77db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7bc449d77db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7bc449d776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7bc448e2a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fc467f4ad8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc44928172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc449282fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc449282fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc44990f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc44990ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc44990c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bc44990c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bc44993bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bc449255f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bc4493532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bc4493532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bc4493532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bc449254d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bc4492fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bc4492fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bc4492f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bc4492f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bc4492f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bc4492d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bc4492d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bc4492d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bc4492d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bc4491f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bc4491f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bc4491f9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc4491e9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc4491e9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc449269806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc449269806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc44990ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bc44990c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bc44990c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bc44993bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bc449255f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bc4493532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bc4493532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bc4493532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bc449254d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bc4492fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bc4492fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bc4492f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bc4492f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bc4492f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bc4492d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bc4492d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bc4492d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bc4492d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bc449254b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc4491e9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc4491e9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc449269806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc449269806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc44990ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc44990c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc44990c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc44993bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc449255f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc4493532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc4493532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bc4493532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc449254d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bc4492fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc4492fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc4492f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc4492f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc4492f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc4492d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc4492d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bc4492d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc4492d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc4491f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc4491f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bc4491f9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc4491e9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc4491e9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc449269d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc449269d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bc449208ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bc4491f8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bc4491f8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bc4492ff722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bc4492f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bc4492f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bc4492f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bc4492d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bc4492d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bc4492d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bc4492d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bc4491f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bc4491f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bc4491f9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bc4493507c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bc4493505fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bc4499180c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bc4499178d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bc449914bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bc449914aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bc449914ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bc449d77db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bc449d77db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7bc449d776a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7bc448e2a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc44928172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc449288b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc4492a10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc4492a10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc4492a10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc449208dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc449208dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc44927064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc44927116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc44927116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc44927116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc44926d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bc44924d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bc449255f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bc4493532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bc4493532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bc4493532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bc449254d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bc4492fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bc4492fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bc4492f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bc4492f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bc4492f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bc4492d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bc4492d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bc4491f8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc4491f8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bc4492ff722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bc4492fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bc4492fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bc4491f9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bc4491f9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bc4491f968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bc4491f968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bc4493519d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bc4493519d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bc4499175c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc4491ed882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bc4491ed882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bc44990f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc44990ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc44990ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc44990c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc44990c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc44993bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc449255f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc4493532f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc4493532f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bc4493532f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc449254d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bc4492fd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc4492fd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc4492f58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc4492f58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc4492f58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc4492d1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc4492d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bc4492d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc4492d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc4491f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc4491f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 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/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021dd/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/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b5d2eaf1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b5d2eaf0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b5d2eaf0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b5d2ea1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b5d2ea1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[hopping_window-GroupByHoppingWindowPercentile-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021dd/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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.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/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021dd/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/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1477004
DEBUG    ya.test:process.py:259 Command (pid 1477004) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1477004) elapsed time (sec): 20.08820605278015
DEBUG    ya.test:process.py:263 Command (pid 1477004) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1477004) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1477004) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1477004) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1477004) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1477004) maxrss: 1486932
DEBUG    ya.test:process.py:263 Command (pid 1477004) minflt: 962967
DEBUG    ya.test:process.py:263 Command (pid 1477004) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1477004) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1477004) nivcsw: 1446
DEBUG    ya.test:process.py:263 Command (pid 1477004) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1477004) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1477004) nvcsw: 104620
DEBUG    ya.test:process.py:263 Command (pid 1477004) oublock: 9600
DEBUG    ya.test:process.py:263 Command (pid 1477004) stime: 3.580734
DEBUG    ya.test:process.py:263 Command (pid 1477004) utime: 11.991214
DEBUG    ya.test:process.py:263 Command (pid 1477004) wtime: 20.091
DEBUG    ya.test:process.py:275 Command (pid 1477004) output:
2025-12-04T18:39:05.141840Z Fetching udfs...
2025-12-04T18:39:05.643983Z Initialization of fq runner...
2025-12-04T18:39:10.185136Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.930138s
2025-12-04T18:39:11.121778Z Fetching query results...
2025-12-04T18:39:11.121811Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1477004) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b5d2eb707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b5d2eb705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b5d2f1380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b5d2f1378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b5d2f134bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b5d2f134aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b5d2f134ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b5d2f597db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b5d2f597db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7b5d2f5976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7b5d2e64a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5d2ea09f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5d2ea09f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5d2ea89806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5d2ea89806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b5d2f12ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b5d2f12c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b5d2f130090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b5d2f130090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b5d2eb203ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b5d2eb1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b5d2eb1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b5d2eb158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b5d2eb158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b5d2eb158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b5d2eaf1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b5d2eaf1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b5d2eaf0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b5d2eaf0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b5d2ea1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b5d2ea1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b5d2ea19272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b5d2eb707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b5d2eb705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b5d2f1380c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5d2ea09f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5d2ea09f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5d2ea89806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5d2ea89806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b5d2f12ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b5d2f12c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b5d2f130090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b5d2f130090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b5d2eb203ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b5d2eb1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b5d2eb1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b5d2eb158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b5d2eb158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b5d2eb158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b5d2eaf1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b5d2eaf1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b5d2eaf0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b5d2eaf0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b5d2ea1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b5d2ea1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b5d2ea19272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b5d2eb707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b5d2eb705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b5d2f1380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b5d2f1378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b5d2f134bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b5d2f134aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5d2eaa172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5d2eaa2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b5d2eaa2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b5d2f12f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b5d2f12c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b5d2f12c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b5d2f15b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b5d2ea75f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b5d2eb732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b5d2eb732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b5d2eb732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b5d2ea74d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b5d2eaf0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b5d2eaf0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b5d2ea1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b5d2ea1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b5d2ea19272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b5d2eb707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b5d2eb71a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b5d2eb71a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b5d2eb71a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b5d2f1375c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b5d2f134bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b5d2f134aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5d2eaa172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5d2eaa8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b5d2ea238f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b5d2ea2cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b5d2f1373ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b5d2f1371ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b5d2f136f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b5d2f134a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b5d2f134a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b5d2f134ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b5d2f597db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b5d2f597db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7b5d2f5976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7b5d2e64a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f5d4d773d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5d2ea09f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5d2ea09f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5d2ea89eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5d2ea89eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b5d2eb23206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b5d2eb23206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b5d2eb1f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b5d2eb1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b5d2eb1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b5d2eb158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b5d2eb158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b5d2eb158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b5d2eaf1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b5d2eaf1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b5d2eaf0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b5d2eaf0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b5d2ea1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b5d2ea1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b5d2ea19272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b5d2eb707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b5d2eb705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b5d2f1380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b5d2f1378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b5d2f134bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b5d2f134aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b5d2f134ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b5d2f597db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b5d2f597db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7b5d2f5976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7b5d2e64a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5d2eaa172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5d2eaa2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b5d2eaa2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b5d2f12f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b5d2f12c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b5d2f12c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b5d2f15bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b5d2ea75f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b5d2eb732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b5d2eb732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b5d2eb732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b5d2ea74d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b5d2eb1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b5d2eb1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b5d2eb158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b5d2eb158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b5d2eb158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b5d2eaf1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b5d2eaf1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b5d2eaf0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b5d2eaf0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b5d2ea1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b5d2ea1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b5d2ea19272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b5d2eb707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b5d2eb705fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5d2eaa172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5d2eaa8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b5d2eac10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b5d2eac10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b5d2eac10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b5d2ea28dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b5d2ea28dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b5d2ea9064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b5d2ea9116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b5d2ea9116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b5d2ea9116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b5d2ea929f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b5d2ea7988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b5d2f137044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b5d2f137044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b5d2f136f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b5d2f134a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b5d2f134a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b5d2f134ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b5d2f597db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b5d2f597db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7b5d2f5976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7b5d2e64a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f5d4d773d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5d2eaa172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5d2eaa2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b5d2eaa2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b5d2f12f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b5d2f12ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b5d2f12c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b5d2f12c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b5d2f12519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b5d2f12519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b5d2f1218ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b5d2f1218c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b5d2f13753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b5d2f134bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b5d2f134aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b5d2f134ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b5d2f597db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b5d2f597db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7b5d2f5976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7b5d2e64a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f5d4d773d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5d2eaa172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5d2eaa2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b5d2eaa2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b5d2f12f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b5d2f12ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b5d2f12c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b5d2f12c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b5d2f15bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b5d2ea75f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b5d2eb732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b5d2eb732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b5d2eb732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b5d2ea74d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b5d2eb1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b5d2eb1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b5d2eb158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b5d2eb158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b5d2eb158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b5d2eaf1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b5d2eaf1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b5d2eaf0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b5d2eaf0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b5d2ea1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b5d2ea1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b5d2ea19272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5d2ea09f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5d2ea09f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5d2ea89806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5d2ea89806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b5d2f12ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b5d2f12c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b5d2f12c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b5d2f15bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b5d2ea75f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b5d2eb732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b5d2eb732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b5d2eb732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b5d2ea74d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b5d2eb1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b5d2eb1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b5d2eb158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b5d2eb158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b5d2eb158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b5d2eaf1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b5d2eaf1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b5d2eaf0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b5d2eaf0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b5d2ea74b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5d2ea09f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5d2ea09f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5d2ea89806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5d2ea89806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b5d2f12ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b5d2f12c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b5d2f12c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b5d2f15bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b5d2ea75f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b5d2eb732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b5d2eb732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b5d2eb732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b5d2ea74d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b5d2eb1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b5d2eb1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b5d2eb158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b5d2eb158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b5d2eb158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b5d2eaf1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b5d2eaf1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b5d2eaf0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b5d2eaf0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b5d2ea1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b5d2ea1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b5d2ea19272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5d2ea09f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b5d2ea09f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b5d2ea89d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b5d2ea89d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b5d2ea28ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b5d2ea18ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b5d2ea18ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b5d2eb1f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b5d2eb158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b5d2eb158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b5d2eb158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b5d2eaf1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b5d2eaf1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b5d2eaf0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b5d2eaf0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b5d2ea1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b5d2ea1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b5d2ea19272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b5d2eb707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b5d2eb705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b5d2f1380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b5d2f1378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b5d2f134bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b5d2f134aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b5d2f134ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b5d2f597db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b5d2f597db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7b5d2f5976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7b5d2e64a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5d2eaa172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b5d2eaa8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b5d2eac10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b5d2eac10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b5d2eac10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b5d2ea28dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b5d2ea28dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b5d2ea9064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b5d2ea9116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b5d2ea9116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b5d2ea9116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b5d2ea8d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b5d2ea6d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b5d2ea75f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b5d2eb732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b5d2eb732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b5d2eb732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b5d2ea74d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b5d2eb1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b5d2eb1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b5d2eb158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b5d2eb158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b5d2eb158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b5d2eaf1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b5d2eaf1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b5d2ea18ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b5d2ea18ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b5d2eb1f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b5d2eb1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b5d2eb1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b5d2ea19091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b5d2ea19091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b5d2ea1968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b5d2ea1968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b5d2eb719d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b5d2eb719d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b5d2f1375c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b5d2ea0d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b5d2ea0d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b5d2f12f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b5d2f12c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b5d2f12c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b5d2f15bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b5d2ea75f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b5d2eb732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b5d2eb732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b5d2eb732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b5d2ea74d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b5d2eb1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b5d2eb1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b5d2eb158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b5d2eb158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b5d2eb158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b5d2eaf1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b5d2eaf1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b5d2eaf0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b5d2eaf0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b5d2ea1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b5d2ea1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 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 0x7b5d2eb707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b5d2eb705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b5d2f1380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b5d2f1378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b5d2f134bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b5d2f134aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b5d2f134ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b5d2f597db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b5d2f597db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7b5d2f5976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7b5d2e64a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5d2ea09f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5d2ea09f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5d2ea89806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5d2ea89806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b5d2f12ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b5d2f12c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b5d2f130090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b5d2f130090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b5d2eb203ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b5d2eb1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b5d2eb1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b5d2eb158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b5d2eb158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b5d2eb158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b5d2eaf1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b5d2eaf1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b5d2eaf0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b5d2eaf0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b5d2ea1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b5d2ea1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b5d2ea19272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b5d2eb707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b5d2eb705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b5d2f1380c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5d2ea09f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5d2ea09f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5d2ea89806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5d2ea89806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b5d2f12ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b5d2f12c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b5d2f130090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b5d2f130090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b5d2eb203ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b5d2eb1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b5d2eb1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b5d2eb158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b5d2eb158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b5d2eb158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b5d2eaf1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b5d2eaf1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b5d2eaf0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b5d2eaf0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b5d2ea1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b5d2ea1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b5d2ea19272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b5d2eb707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b5d2eb705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b5d2f1380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b5d2f1378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b5d2f134bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b5d2f134aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5d2eaa172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5d2eaa2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b5d2eaa2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b5d2f12f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b5d2f12c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b5d2f12c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b5d2f15b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b5d2ea75f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b5d2eb732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b5d2eb732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b5d2eb732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b5d2ea74d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b5d2eaf0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b5d2eaf0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b5d2ea1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b5d2ea1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b5d2ea19272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b5d2eb707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b5d2eb71a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b5d2eb71a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b5d2eb71a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b5d2f1375c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b5d2f134bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b5d2f134aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5d2eaa172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5d2eaa8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b5d2ea238f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b5d2ea2cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b5d2f1373ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b5d2f1371ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b5d2f136f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b5d2f134a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b5d2f134a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b5d2f134ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b5d2f597db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b5d2f597db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7b5d2f5976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7b5d2e64a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f5d4d773d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5d2ea09f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5d2ea09f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5d2ea89eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5d2ea89eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b5d2eb23206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b5d2eb23206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b5d2eb1f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b5d2eb1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b5d2eb1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b5d2eb158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b5d2eb158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b5d2eb158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b5d2eaf1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b5d2eaf1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b5d2eaf0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b5d2eaf0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b5d2ea1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b5d2ea1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b5d2ea19272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b5d2eb707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b5d2eb705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b5d2f1380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b5d2f1378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b5d2f134bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b5d2f134aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b5d2f134ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b5d2f597db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b5d2f597db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7b5d2f5976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7b5d2e64a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5d2eaa172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5d2eaa2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b5d2eaa2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b5d2f12f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b5d2f12c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b5d2f12c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b5d2f15bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b5d2ea75f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b5d2eb732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b5d2eb732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b5d2eb732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b5d2ea74d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b5d2eb1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b5d2eb1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b5d2eb158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b5d2eb158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b5d2eb158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b5d2eaf1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b5d2eaf1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b5d2eaf0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b5d2eaf0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b5d2ea1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b5d2ea1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b5d2ea19272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b5d2eb707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b5d2eb705fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5d2eaa172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5d2eaa8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b5d2eac10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b5d2eac10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b5d2eac10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b5d2ea28dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b5d2ea28dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b5d2ea9064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b5d2ea9116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b5d2ea9116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b5d2ea9116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b5d2ea929f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b5d2ea7988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b5d2f137044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b5d2f137044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b5d2f136f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b5d2f134a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b5d2f134a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b5d2f134ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b5d2f597db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b5d2f597db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7b5d2f5976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7b5d2e64a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f5d4d773d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5d2eaa172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5d2eaa2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b5d2eaa2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b5d2f12f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b5d2f12ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b5d2f12c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b5d2f12c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b5d2f12519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b5d2f12519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b5d2f1218ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b5d2f1218c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b5d2f13753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b5d2f134bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b5d2f134aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b5d2f134ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b5d2f597db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b5d2f597db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7b5d2f5976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7b5d2e64a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f5d4d773d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5d2eaa172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5d2eaa2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b5d2eaa2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b5d2f12f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b5d2f12ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b5d2f12c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b5d2f12c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b5d2f15bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b5d2ea75f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b5d2eb732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b5d2eb732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b5d2eb732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b5d2ea74d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b5d2eb1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b5d2eb1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b5d2eb158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b5d2eb158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b5d2eb158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b5d2eaf1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b5d2eaf1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b5d2eaf0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b5d2eaf0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b5d2ea1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b5d2ea1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b5d2ea19272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5d2ea09f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5d2ea09f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5d2ea89806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5d2ea89806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b5d2f12ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b5d2f12c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b5d2f12c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b5d2f15bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b5d2ea75f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b5d2eb732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b5d2eb732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b5d2eb732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b5d2ea74d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b5d2eb1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b5d2eb1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b5d2eb158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b5d2eb158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b5d2eb158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b5d2eaf1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b5d2eaf1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b5d2eaf0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b5d2eaf0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b5d2ea74b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5d2ea09f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5d2ea09f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5d2ea89806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5d2ea89806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b5d2f12ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b5d2f12c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b5d2f12c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b5d2f15bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b5d2ea75f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b5d2eb732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b5d2eb732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b5d2eb732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b5d2ea74d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b5d2eb1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b5d2eb1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b5d2eb158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b5d2eb158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b5d2eb158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b5d2eaf1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b5d2eaf1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b5d2eaf0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b5d2eaf0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b5d2ea1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b5d2ea1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b5d2ea19272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5d2ea09f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b5d2ea09f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b5d2ea89d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b5d2ea89d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b5d2ea28ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b5d2ea18ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b5d2ea18ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b5d2eb1f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b5d2eb158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b5d2eb158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b5d2eb158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b5d2eaf1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b5d2eaf1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b5d2eaf0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b5d2eaf0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b5d2ea1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b5d2ea1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b5d2ea19272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b5d2eb707c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b5d2eb705fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b5d2f1380c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b5d2f1378d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b5d2f134bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b5d2f134aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b5d2f134ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b5d2f597db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b5d2f597db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7b5d2f5976a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7b5d2e64a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5d2eaa172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b5d2eaa8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b5d2eac10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b5d2eac10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b5d2eac10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b5d2ea28dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b5d2ea28dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b5d2ea9064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b5d2ea9116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b5d2ea9116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b5d2ea9116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b5d2ea8d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b5d2ea6d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b5d2ea75f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b5d2eb732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b5d2eb732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b5d2eb732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b5d2ea74d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b5d2eb1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b5d2eb1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b5d2eb158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b5d2eb158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b5d2eb158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b5d2eaf1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b5d2eaf1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b5d2ea18ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b5d2ea18ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b5d2eb1f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b5d2eb1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b5d2eb1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b5d2ea19091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b5d2ea19091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b5d2ea1968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b5d2ea1968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b5d2eb719d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b5d2eb719d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b5d2f1375c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b5d2ea0d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b5d2ea0d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b5d2f12f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b5d2f12ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b5d2f12ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b5d2f12c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b5d2f12c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b5d2f15bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b5d2ea75f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b5d2eb732f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b5d2eb732f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b5d2eb732f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b5d2ea74d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b5d2eb1d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b5d2eb1d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b5d2eb158d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b5d2eb158d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b5d2eb158d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b5d2eaf1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b5d2eaf1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b5d2eaf0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b5d2eaf0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b5d2ea1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b5d2ea1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
_ 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/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021dd/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/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bd9ccf51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bd9ccf50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bd9ccf50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bd9cce7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bd9cce7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[hopping_window-GroupByHoppingWindowTimeExtractorUnusedColumns-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021dd/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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.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/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021dd/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/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1484555
DEBUG    ya.test:process.py:259 Command (pid 1484555) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1484555) elapsed time (sec): 23.028921604156494
DEBUG    ya.test:process.py:263 Command (pid 1484555) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1484555) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1484555) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1484555) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1484555) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1484555) maxrss: 1497936
DEBUG    ya.test:process.py:263 Command (pid 1484555) minflt: 959771
DEBUG    ya.test:process.py:263 Command (pid 1484555) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1484555) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1484555) nivcsw: 12479
DEBUG    ya.test:process.py:263 Command (pid 1484555) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1484555) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1484555) nvcsw: 102267
DEBUG    ya.test:process.py:263 Command (pid 1484555) oublock: 9600
DEBUG    ya.test:process.py:263 Command (pid 1484555) stime: 3.794742
DEBUG    ya.test:process.py:263 Command (pid 1484555) utime: 12.650111
DEBUG    ya.test:process.py:263 Command (pid 1484555) wtime: 23.032
DEBUG    ya.test:process.py:275 Command (pid 1484555) output:
2025-12-04T18:39:25.580777Z Fetching udfs...
2025-12-04T18:39:26.178149Z Initialization of fq runner...
2025-12-04T18:39:32.284783Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.171795s
2025-12-04T18:39:33.462730Z Fetching query results...
2025-12-04T18:39:33.462759Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1484555) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bd9ccfd07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bd9ccfd05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bd9cd5980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bd9cd5978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bd9cd594bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bd9cd594aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bd9cd594ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bd9cd9f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7bd9cd9f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7bd9cd9f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7bd9ccaaa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd9cce69f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd9cce69f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd9ccee9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd9ccee9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bd9cd58ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bd9cd58c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bd9cd590090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bd9cd590090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bd9ccf803ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bd9ccf7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bd9ccf7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bd9ccf758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bd9ccf758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bd9ccf758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bd9ccf51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bd9ccf51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bd9ccf50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bd9ccf50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bd9cce7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bd9cce7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bd9cce79272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bd9ccfd07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bd9ccfd05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bd9cd5980c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd9cce69f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd9cce69f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd9ccee9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd9ccee9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bd9cd58ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd9cd58c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bd9cd590090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bd9cd590090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bd9ccf803ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bd9ccf7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bd9ccf7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bd9ccf758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bd9ccf758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bd9ccf758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bd9ccf51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bd9ccf51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bd9ccf50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bd9ccf50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bd9cce7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bd9cce7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bd9cce79272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bd9ccfd07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bd9ccfd05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bd9cd5980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bd9cd5978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bd9cd594bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bd9cd594aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd9ccf0172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd9ccf02fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bd9ccf02fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bd9cd58f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bd9cd58c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bd9cd58c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bd9cd5bb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bd9cced5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bd9ccfd32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bd9ccfd32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bd9ccfd32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bd9cced4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bd9ccf50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bd9ccf50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bd9cce7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bd9cce7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bd9cce79272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bd9ccfd07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bd9ccfd1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bd9ccfd1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bd9ccfd1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bd9cd5975c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bd9cd594bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bd9cd594aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd9ccf0172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd9ccf08b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bd9cce838f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bd9cce8cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bd9cd5973ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bd9cd5971ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bd9cd596f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bd9cd594a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bd9cd594a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bd9cd594ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bd9cd9f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bd9cd9f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7bd9cd9f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7bd9ccaaa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fd9ebbcdd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd9cce69f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd9cce69f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd9ccee9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd9ccee9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bd9ccf83206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bd9ccf83206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bd9ccf7f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bd9ccf7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bd9ccf7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bd9ccf758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bd9ccf758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bd9ccf758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bd9ccf51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bd9ccf51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bd9ccf50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bd9ccf50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bd9cce7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bd9cce7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bd9cce79272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bd9ccfd07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bd9ccfd05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bd9cd5980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bd9cd5978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bd9cd594bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bd9cd594aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bd9cd594ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bd9cd9f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bd9cd9f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7bd9cd9f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7bd9ccaaa928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd9ccf0172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd9ccf02fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bd9ccf02fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bd9cd58f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bd9cd58c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bd9cd58c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bd9cd5bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bd9cced5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bd9ccfd32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bd9ccfd32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bd9ccfd32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bd9cced4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bd9ccf7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bd9ccf7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bd9ccf758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bd9ccf758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bd9ccf758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bd9ccf51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bd9ccf51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bd9ccf50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bd9ccf50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bd9cce7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bd9cce7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bd9cce79272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bd9ccfd07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bd9ccfd05fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd9ccf0172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd9ccf08b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bd9ccf210a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bd9ccf210a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bd9ccf210a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bd9cce88dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bd9cce88dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bd9ccef064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bd9ccef116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bd9ccef116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bd9ccef116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bd9ccef29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bd9cced988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bd9cd597044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bd9cd597044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bd9cd596f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bd9cd594a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bd9cd594a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bd9cd594ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bd9cd9f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bd9cd9f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7bd9cd9f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7bd9ccaaa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fd9ebbcdd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd9ccf0172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd9ccf02fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bd9ccf02fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bd9cd58f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bd9cd58ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bd9cd58c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bd9cd58c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bd9cd58519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bd9cd58519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bd9cd5818ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bd9cd5818c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bd9cd59753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bd9cd594bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bd9cd594aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bd9cd594ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bd9cd9f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7bd9cd9f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7bd9cd9f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7bd9ccaaa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fd9ebbcdd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd9ccf0172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd9ccf02fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bd9ccf02fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bd9cd58f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bd9cd58ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bd9cd58c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bd9cd58c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bd9cd5bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bd9cced5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bd9ccfd32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bd9ccfd32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bd9ccfd32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bd9cced4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bd9ccf7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bd9ccf7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bd9ccf758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bd9ccf758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bd9ccf758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bd9ccf51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bd9ccf51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bd9ccf50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bd9ccf50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bd9cce7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bd9cce7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bd9cce79272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd9cce69f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd9cce69f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd9ccee9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd9ccee9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bd9cd58ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bd9cd58c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bd9cd58c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bd9cd5bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bd9cced5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bd9ccfd32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bd9ccfd32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bd9ccfd32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bd9cced4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bd9ccf7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bd9ccf7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bd9ccf758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bd9ccf758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bd9ccf758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bd9ccf51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bd9ccf51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bd9ccf50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bd9ccf50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bd9cced4b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd9cce69f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd9cce69f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd9ccee9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd9ccee9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bd9cd58ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bd9cd58c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bd9cd58c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bd9cd5bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bd9cced5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bd9ccfd32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bd9ccfd32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bd9ccfd32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bd9cced4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bd9ccf7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bd9ccf7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bd9ccf758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bd9ccf758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bd9ccf758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bd9ccf51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bd9ccf51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bd9ccf50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bd9ccf50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bd9cce7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bd9cce7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bd9cce79272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd9cce69f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bd9cce69f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bd9ccee9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bd9ccee9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bd9cce88ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bd9cce78ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bd9cce78ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bd9ccf7f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bd9ccf758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bd9ccf758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bd9ccf758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bd9ccf51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bd9ccf51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bd9ccf50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bd9ccf50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bd9cce7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bd9cce7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bd9cce79272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bd9ccfd07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bd9ccfd05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bd9cd5980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bd9cd5978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bd9cd594bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bd9cd594aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bd9cd594ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bd9cd9f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bd9cd9f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7bd9cd9f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7bd9ccaaa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd9ccf0172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bd9ccf08b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bd9ccf210a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bd9ccf210a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bd9ccf210a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bd9cce88dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bd9cce88dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bd9ccef064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bd9ccef116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bd9ccef116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bd9ccef116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bd9cceed12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bd9ccecd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bd9cced5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bd9ccfd32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bd9ccfd32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bd9ccfd32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bd9cced4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bd9ccf7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bd9ccf7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bd9ccf758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bd9ccf758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bd9ccf758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bd9ccf51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bd9ccf51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bd9cce78ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bd9cce78ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bd9ccf7f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bd9ccf7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bd9ccf7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bd9cce79091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bd9cce79091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bd9cce7968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bd9cce7968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bd9ccfd19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bd9ccfd19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bd9cd5975c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bd9cce6d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bd9cce6d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bd9cd58f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bd9cd58c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bd9cd58c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bd9cd5bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bd9cced5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bd9ccfd32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bd9ccfd32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bd9ccfd32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bd9cced4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bd9ccf7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bd9ccf7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bd9ccf758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bd9ccf758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bd9ccf758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bd9ccf51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bd9ccf51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bd9ccf50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bd9ccf50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bd9cce7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bd9cce7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 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 0x7bd9ccfd07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bd9ccfd05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bd9cd5980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bd9cd5978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bd9cd594bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bd9cd594aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bd9cd594ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bd9cd9f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7bd9cd9f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7bd9cd9f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7bd9ccaaa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd9cce69f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd9cce69f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd9ccee9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd9ccee9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bd9cd58ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bd9cd58c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bd9cd590090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bd9cd590090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bd9ccf803ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bd9ccf7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bd9ccf7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bd9ccf758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bd9ccf758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bd9ccf758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bd9ccf51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bd9ccf51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bd9ccf50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bd9ccf50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bd9cce7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bd9cce7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bd9cce79272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bd9ccfd07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bd9ccfd05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bd9cd5980c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd9cce69f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd9cce69f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd9ccee9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd9ccee9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bd9cd58ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd9cd58c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bd9cd590090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bd9cd590090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bd9ccf803ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bd9ccf7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bd9ccf7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bd9ccf758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bd9ccf758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bd9ccf758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bd9ccf51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bd9ccf51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bd9ccf50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bd9ccf50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bd9cce7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bd9cce7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bd9cce79272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bd9ccfd07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bd9ccfd05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bd9cd5980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bd9cd5978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bd9cd594bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bd9cd594aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd9ccf0172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd9ccf02fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bd9ccf02fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bd9cd58f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bd9cd58c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bd9cd58c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bd9cd5bb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bd9cced5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bd9ccfd32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bd9ccfd32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bd9ccfd32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bd9cced4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bd9ccf50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bd9ccf50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bd9cce7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bd9cce7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bd9cce79272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bd9ccfd07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bd9ccfd1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bd9ccfd1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bd9ccfd1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bd9cd5975c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bd9cd594bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bd9cd594aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd9ccf0172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd9ccf08b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bd9cce838f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bd9cce8cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bd9cd5973ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bd9cd5971ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bd9cd596f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bd9cd594a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bd9cd594a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bd9cd594ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bd9cd9f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bd9cd9f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7bd9cd9f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7bd9ccaaa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fd9ebbcdd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd9cce69f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd9cce69f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd9ccee9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd9ccee9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bd9ccf83206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bd9ccf83206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bd9ccf7f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bd9ccf7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bd9ccf7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bd9ccf758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bd9ccf758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bd9ccf758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bd9ccf51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bd9ccf51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bd9ccf50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bd9ccf50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bd9cce7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bd9cce7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bd9cce79272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bd9ccfd07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bd9ccfd05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bd9cd5980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bd9cd5978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bd9cd594bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bd9cd594aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bd9cd594ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bd9cd9f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bd9cd9f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7bd9cd9f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7bd9ccaaa928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd9ccf0172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd9ccf02fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bd9ccf02fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bd9cd58f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bd9cd58c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bd9cd58c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bd9cd5bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bd9cced5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bd9ccfd32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bd9ccfd32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bd9ccfd32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bd9cced4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bd9ccf7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bd9ccf7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bd9ccf758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bd9ccf758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bd9ccf758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bd9ccf51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bd9ccf51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bd9ccf50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bd9ccf50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bd9cce7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bd9cce7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bd9cce79272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bd9ccfd07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bd9ccfd05fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd9ccf0172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd9ccf08b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bd9ccf210a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bd9ccf210a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bd9ccf210a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bd9cce88dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bd9cce88dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bd9ccef064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bd9ccef116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bd9ccef116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bd9ccef116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bd9ccef29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bd9cced988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bd9cd597044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bd9cd597044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bd9cd596f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bd9cd594a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bd9cd594a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bd9cd594ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bd9cd9f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bd9cd9f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7bd9cd9f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7bd9ccaaa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fd9ebbcdd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd9ccf0172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd9ccf02fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bd9ccf02fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bd9cd58f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bd9cd58ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bd9cd58c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bd9cd58c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bd9cd58519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bd9cd58519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bd9cd5818ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bd9cd5818c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bd9cd59753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bd9cd594bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bd9cd594aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bd9cd594ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bd9cd9f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7bd9cd9f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7bd9cd9f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7bd9ccaaa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fd9ebbcdd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd9ccf0172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd9ccf02fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bd9ccf02fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bd9cd58f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bd9cd58ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bd9cd58c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bd9cd58c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bd9cd5bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bd9cced5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bd9ccfd32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bd9ccfd32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bd9ccfd32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bd9cced4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bd9ccf7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bd9ccf7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bd9ccf758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bd9ccf758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bd9ccf758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bd9ccf51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bd9ccf51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bd9ccf50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bd9ccf50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bd9cce7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bd9cce7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bd9cce79272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd9cce69f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd9cce69f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd9ccee9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd9ccee9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bd9cd58ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bd9cd58c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bd9cd58c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bd9cd5bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bd9cced5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bd9ccfd32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bd9ccfd32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bd9ccfd32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bd9cced4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bd9ccf7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bd9ccf7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bd9ccf758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bd9ccf758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bd9ccf758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bd9ccf51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bd9ccf51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bd9ccf50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bd9ccf50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bd9cced4b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd9cce69f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd9cce69f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd9ccee9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd9ccee9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bd9cd58ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bd9cd58c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bd9cd58c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bd9cd5bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bd9cced5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bd9ccfd32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bd9ccfd32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bd9ccfd32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bd9cced4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bd9ccf7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bd9ccf7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bd9ccf758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bd9ccf758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bd9ccf758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bd9ccf51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bd9ccf51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bd9ccf50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bd9ccf50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bd9cce7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bd9cce7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bd9cce79272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd9cce69f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bd9cce69f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bd9ccee9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bd9ccee9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bd9cce88ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bd9cce78ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bd9cce78ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bd9ccf7f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bd9ccf758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bd9ccf758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bd9ccf758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bd9ccf51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bd9ccf51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bd9ccf50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bd9ccf50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bd9cce7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bd9cce7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bd9cce79272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bd9ccfd07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bd9ccfd05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bd9cd5980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bd9cd5978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bd9cd594bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bd9cd594aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bd9cd594ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bd9cd9f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bd9cd9f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7bd9cd9f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7bd9ccaaa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd9ccf0172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bd9ccf08b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bd9ccf210a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bd9ccf210a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bd9ccf210a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bd9cce88dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bd9cce88dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bd9ccef064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bd9ccef116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bd9ccef116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bd9ccef116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bd9cceed12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bd9ccecd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bd9cced5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bd9ccfd32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bd9ccfd32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bd9ccfd32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bd9cced4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bd9ccf7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bd9ccf7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bd9ccf758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bd9ccf758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bd9ccf758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bd9ccf51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bd9ccf51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bd9cce78ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bd9cce78ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bd9ccf7f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bd9ccf7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bd9ccf7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bd9cce79091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bd9cce79091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bd9cce7968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bd9cce7968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bd9ccfd19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bd9ccfd19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bd9cd5975c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bd9cce6d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bd9cce6d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bd9cd58f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bd9cd58ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bd9cd58ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bd9cd58c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bd9cd58c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bd9cd5bbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bd9cced5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bd9ccfd32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bd9ccfd32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bd9ccfd32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bd9cced4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bd9ccf7d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bd9ccf7d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bd9ccf758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bd9ccf758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bd9ccf758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bd9ccf51960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bd9ccf51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bd9ccf50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bd9ccf50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bd9cce7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bd9cce7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 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/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021dd/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/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7be280da1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7be280da0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7be280da0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7be280cc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7be280cc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[pq-ReadTopic-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021dd/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021dd/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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.6
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.6
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021dd/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/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1490211
DEBUG    ya.test:process.py:259 Command (pid 1490211) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1490211) elapsed time (sec): 21.443134546279907
DEBUG    ya.test:process.py:263 Command (pid 1490211) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1490211) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1490211) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1490211) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1490211) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1490211) maxrss: 1449464
DEBUG    ya.test:process.py:263 Command (pid 1490211) minflt: 952862
DEBUG    ya.test:process.py:263 Command (pid 1490211) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1490211) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1490211) nivcsw: 2950
DEBUG    ya.test:process.py:263 Command (pid 1490211) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1490211) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1490211) nvcsw: 100748
DEBUG    ya.test:process.py:263 Command (pid 1490211) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 1490211) stime: 3.641654
DEBUG    ya.test:process.py:263 Command (pid 1490211) utime: 11.817466
DEBUG    ya.test:process.py:263 Command (pid 1490211) wtime: 21.45
DEBUG    ya.test:process.py:275 Command (pid 1490211) output:
2025-12-04T18:39:49.054074Z Fetching udfs...
2025-12-04T18:39:49.609839Z Initialization of fq runner...
2025-12-04T18:39:54.966412Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.665531s
2025-12-04T18:39:55.640813Z Fetching query results...
2025-12-04T18:39:55.640843Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1490211) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7be280e207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7be280e205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7be2813e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7be2813e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7be2813e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7be2813e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7be2813e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7be281847db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7be281847db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7be2818476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7be2808fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be280cb9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be280cb9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be280d39806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be280d39806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be2813dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7be2813dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7be2813e0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7be2813e0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7be280dd03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7be280dcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7be280dcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7be280dc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7be280dc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7be280dc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7be280da1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7be280da1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7be280da0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7be280da0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7be280cc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7be280cc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7be280cc9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7be280e207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7be280e205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7be2813e80c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be280cb9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be280cb9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be280d39806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be280d39806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be2813dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be2813dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7be2813e0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7be2813e0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7be280dd03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7be280dcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7be280dcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7be280dc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7be280dc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7be280dc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7be280da1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7be280da1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7be280da0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7be280da0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7be280cc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7be280cc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7be280cc9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7be280e207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7be280e205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7be2813e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7be2813e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7be2813e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7be2813e4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be280d5172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be280d52fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be280d52fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be2813df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7be2813dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7be2813dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7be28140b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7be280d25f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7be280e232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7be280e232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7be280e232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7be280d24d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7be280da0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7be280da0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7be280cc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7be280cc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7be280cc9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7be280e207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7be280e21a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7be280e21a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7be280e21a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7be2813e75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7be2813e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7be2813e4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be280d5172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be280d58b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be280cd38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7be280cdcb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7be2813e73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7be2813e71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7be2813e6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7be2813e4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7be2813e4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7be2813e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7be281847db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7be281847db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7be2818476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7be2808fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fe29fa1dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be280cb9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be280cb9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be280d39eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be280d39eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7be280dd3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7be280dd3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7be280dcf957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7be280dcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7be280dcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7be280dc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7be280dc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7be280dc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7be280da1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7be280da1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7be280da0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7be280da0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7be280cc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7be280cc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7be280cc9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7be280e207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7be280e205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7be2813e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7be2813e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7be2813e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7be2813e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7be2813e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7be281847db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7be281847db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7be2818476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7be2808fa928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be280d5172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be280d52fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be280d52fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be2813df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7be2813dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7be2813dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7be28140bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7be280d25f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7be280e232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7be280e232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7be280e232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7be280d24d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7be280dcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7be280dcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7be280dc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7be280dc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7be280dc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7be280da1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7be280da1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7be280da0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7be280da0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7be280cc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7be280cc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7be280cc9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7be280e207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7be280e205fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be280d5172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be280d58b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be280d710a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7be280d710a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7be280d710a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7be280cd8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7be280cd8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7be280d4064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7be280d4116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7be280d4116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7be280d4116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7be280d429f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7be280d2988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7be2813e7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7be2813e7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7be2813e6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7be2813e4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7be2813e4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7be2813e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7be281847db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7be281847db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7be2818476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7be2808fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fe29fa1dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be280d5172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be280d52fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be280d52fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be2813df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be2813dec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7be2813dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7be2813dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7be2813d519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7be2813d519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7be2813d18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7be2813d18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7be2813e753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7be2813e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7be2813e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7be2813e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7be281847db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7be281847db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7be2818476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7be2808fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fe29fa1dd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be280d5172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be280d52fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be280d52fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be2813df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be2813dec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be2813dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7be2813dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7be28140bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7be280d25f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7be280e232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7be280e232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7be280e232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7be280d24d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7be280dcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7be280dcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7be280dc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7be280dc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7be280dc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7be280da1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7be280da1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7be280da0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7be280da0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7be280cc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7be280cc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7be280cc9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be280cb9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be280cb9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be280d39806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be280d39806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be2813dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7be2813dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7be2813dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7be28140bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7be280d25f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7be280e232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7be280e232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7be280e232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7be280d24d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7be280dcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7be280dcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7be280dc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7be280dc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7be280dc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7be280da1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7be280da1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7be280da0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7be280da0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7be280d24b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be280cb9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be280cb9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be280d39806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be280d39806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be2813dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be2813dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7be2813dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7be28140bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7be280d25f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7be280e232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7be280e232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7be280e232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7be280d24d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7be280dcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7be280dcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7be280dc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7be280dc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7be280dc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7be280da1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7be280da1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7be280da0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7be280da0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7be280cc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7be280cc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7be280cc9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be280cb9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be280cb9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be280d39d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be280d39d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7be280cd8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7be280cc8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7be280cc8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7be280dcf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7be280dc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7be280dc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7be280dc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7be280da1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7be280da1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7be280da0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7be280da0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7be280cc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7be280cc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7be280cc9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7be280e207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7be280e205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7be2813e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7be2813e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7be2813e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7be2813e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7be2813e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7be281847db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7be281847db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7be2818476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7be2808fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be280d5172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be280d58b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be280d710a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7be280d710a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7be280d710a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7be280cd8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7be280cd8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7be280d4064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7be280d4116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7be280d4116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7be280d4116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7be280d3d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7be280d1d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7be280d25f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7be280e232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7be280e232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7be280e232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7be280d24d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7be280dcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7be280dcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7be280dc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7be280dc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7be280dc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7be280da1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7be280da1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7be280cc8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be280cc8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7be280dcf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7be280dcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7be280dcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7be280cc9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7be280cc9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7be280cc968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7be280cc968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7be280e219d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7be280e219d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7be2813e75c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be280cbd882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7be280cbd882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7be2813df0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be2813dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7be2813dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7be28140bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7be280d25f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7be280e232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7be280e232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7be280e232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7be280d24d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7be280dcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7be280dcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7be280dc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7be280dc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7be280dc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7be280da1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7be280da1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7be280da0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7be280da0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7be280cc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7be280cc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 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 0x7be280e207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7be280e205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7be2813e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7be2813e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7be2813e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7be2813e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7be2813e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7be281847db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7be281847db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7be2818476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7be2808fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be280cb9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be280cb9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be280d39806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be280d39806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be2813dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7be2813dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7be2813e0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7be2813e0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7be280dd03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7be280dcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7be280dcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7be280dc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7be280dc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7be280dc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7be280da1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7be280da1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7be280da0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7be280da0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7be280cc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7be280cc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7be280cc9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7be280e207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7be280e205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7be2813e80c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be280cb9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be280cb9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be280d39806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be280d39806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be2813dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be2813dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7be2813e0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7be2813e0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7be280dd03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7be280dcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7be280dcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7be280dc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7be280dc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7be280dc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7be280da1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7be280da1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7be280da0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7be280da0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7be280cc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7be280cc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7be280cc9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7be280e207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7be280e205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7be2813e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7be2813e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7be2813e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7be2813e4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be280d5172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be280d52fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be280d52fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be2813df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7be2813dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7be2813dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7be28140b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7be280d25f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7be280e232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7be280e232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7be280e232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7be280d24d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7be280da0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7be280da0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7be280cc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7be280cc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7be280cc9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7be280e207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7be280e21a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7be280e21a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7be280e21a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7be2813e75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7be2813e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7be2813e4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be280d5172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be280d58b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be280cd38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7be280cdcb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7be2813e73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7be2813e71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7be2813e6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7be2813e4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7be2813e4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7be2813e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7be281847db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7be281847db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7be2818476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7be2808fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fe29fa1dd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be280cb9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be280cb9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be280d39eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be280d39eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7be280dd3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7be280dd3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7be280dcf957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7be280dcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7be280dcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7be280dc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7be280dc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7be280dc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7be280da1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7be280da1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7be280da0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7be280da0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7be280cc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7be280cc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7be280cc9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7be280e207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7be280e205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7be2813e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7be2813e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7be2813e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7be2813e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7be2813e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7be281847db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7be281847db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7be2818476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7be2808fa928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be280d5172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be280d52fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be280d52fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be2813df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7be2813dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7be2813dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7be28140bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7be280d25f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7be280e232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7be280e232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7be280e232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7be280d24d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7be280dcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7be280dcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7be280dc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7be280dc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7be280dc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7be280da1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7be280da1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7be280da0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7be280da0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7be280cc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7be280cc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7be280cc9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7be280e207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7be280e205fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be280d5172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be280d58b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be280d710a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7be280d710a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7be280d710a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7be280cd8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7be280cd8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7be280d4064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7be280d4116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7be280d4116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7be280d4116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7be280d429f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7be280d2988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7be2813e7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7be2813e7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7be2813e6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7be2813e4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7be2813e4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7be2813e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7be281847db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7be281847db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7be2818476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7be2808fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fe29fa1dd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be280d5172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be280d52fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be280d52fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be2813df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be2813dec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7be2813dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7be2813dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7be2813d519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7be2813d519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7be2813d18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7be2813d18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7be2813e753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7be2813e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7be2813e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7be2813e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7be281847db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7be281847db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7be2818476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7be2808fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fe29fa1dd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be280d5172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be280d52fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be280d52fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be2813df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be2813dec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be2813dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7be2813dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7be28140bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7be280d25f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7be280e232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7be280e232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7be280e232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7be280d24d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7be280dcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7be280dcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7be280dc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7be280dc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7be280dc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7be280da1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7be280da1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7be280da0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7be280da0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7be280cc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7be280cc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7be280cc9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be280cb9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be280cb9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be280d39806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be280d39806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be2813dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7be2813dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7be2813dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7be28140bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7be280d25f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7be280e232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7be280e232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7be280e232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7be280d24d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7be280dcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7be280dcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7be280dc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7be280dc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7be280dc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7be280da1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7be280da1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7be280da0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7be280da0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7be280d24b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be280cb9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be280cb9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be280d39806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be280d39806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be2813dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be2813dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7be2813dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7be28140bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7be280d25f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7be280e232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7be280e232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7be280e232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7be280d24d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7be280dcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7be280dcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7be280dc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7be280dc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7be280dc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7be280da1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7be280da1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7be280da0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7be280da0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7be280cc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7be280cc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7be280cc9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be280cb9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be280cb9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be280d39d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be280d39d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7be280cd8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7be280cc8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7be280cc8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7be280dcf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7be280dc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7be280dc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7be280dc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7be280da1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7be280da1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7be280da0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7be280da0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7be280cc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7be280cc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7be280cc9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7be280e207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7be280e205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7be2813e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7be2813e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7be2813e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7be2813e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7be2813e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7be281847db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7be281847db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7be2818476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7be2808fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be280d5172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be280d58b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be280d710a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7be280d710a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7be280d710a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7be280cd8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7be280cd8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7be280d4064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7be280d4116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7be280d4116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7be280d4116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7be280d3d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7be280d1d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7be280d25f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7be280e232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7be280e232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7be280e232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7be280d24d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7be280dcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7be280dcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7be280dc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7be280dc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7be280dc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7be280da1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7be280da1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7be280cc8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be280cc8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7be280dcf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7be280dcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7be280dcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7be280cc9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7be280cc9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7be280cc968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7be280cc968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7be280e219d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7be280e219d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7be2813e75c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be280cbd882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7be280cbd882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7be2813df0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be2813dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be2813dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be2813dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7be2813dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7be28140bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7be280d25f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7be280e232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7be280e232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7be280e232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7be280d24d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7be280dcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7be280dcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7be280dc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7be280dc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7be280dc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7be280da1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7be280da1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7be280da0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7be280da0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7be280cc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7be280cc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
23.13s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowTimeExtractorUnusedColumns-default.txt]
21.53s call     test_sql_streaming.py::test[pq-ReadTopic-default.txt]
20.16s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowPercentile-default.txt]
19.39s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowNoKey-default.txt]
18.84s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowListKey-default.txt]
18.36s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindow-default.txt]
17.75s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowByStringKey-default.txt]
17.20s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowExprKey-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-GroupByHoppingWindowPercentile-default.txt]
0.02s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowExprKey-default.txt]
0.01s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowByStringKey-default.txt]
0.01s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowListKey-default.txt]
0.01s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowTimeExtractorUnusedColumns-default.txt]
0.01s setup    test_sql_streaming.py::test[pq-ReadTopic-default.txt]
0.01s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowNoKey-default.txt]

(8 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_sql_streaming.py::test[hopping_window-GroupByHoppingWindow-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021dd/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/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_a5lc7tlr/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b827b071960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b827b0a140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b827af99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b827af99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b827af99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b827b0f0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b827b0f0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b827b070977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b827b070977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b827aff4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b827af9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b827af9936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
FAILED test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowByStringKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021dd/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/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun__ec8hslq/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bf90b1b1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bf90b1e140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bf90b0d9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bf90b0d9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bf90b0d9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bf90b230cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bf90b230cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bf90b1b0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bf90b1b0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bf90b134b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bf90b0d936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bf90b0d936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
FAILED test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowExprKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021dd/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/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_sx2mokwy/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b65a48a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b65a48d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b65a47c9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b65a47c9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b65a47c9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b65a4920cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b65a4920cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b65a48a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b65a48a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b65a4824b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b65a47c936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b65a47c936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
FAILED test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowListKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021dd/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/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_17gjxi3y/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b3c8df71960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b3c8dfa140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b3c8de99e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b3c8de99e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b3c8de99d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b3c8dff0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b3c8dff0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b3c8df70977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b3c8df70977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b3c8def4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b3c8de9936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b3c8de9936c 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[hopping_window-GroupByHoppingWindowNoKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021dd/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/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_dd4pqwmy/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc4492d1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc44930140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc4491f9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc4491f9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc4491f9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc449350cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bc449350cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bc4492d0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc4492d0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc449254b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc4491f936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc4491f936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
FAILED test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowPercentile-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021dd/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/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4y72z9vg/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b5d2eaf1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b5d2eb2140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b5d2ea19e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b5d2ea19e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b5d2ea19d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b5d2eb70cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b5d2eb70cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b5d2eaf0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b5d2eaf0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b5d2ea74b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b5d2ea1936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b5d2ea1936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
FAILED test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowTimeExtractorUnusedColumns-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021dd/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/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_1e7028ou/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bd9ccf51960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bd9ccf8140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bd9cce79e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bd9cce79e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bd9cce79d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bd9ccfd0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bd9ccfd0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bd9ccf50977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bd9ccf50977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bd9cced4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bd9cce7936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bd9cce7936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
FAILED test_sql_streaming.py::test[pq-ReadTopic-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021dd/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/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021dd/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_wgmikg6_/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7be280da1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7be280dd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7be280cc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be280cc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7be280cc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7be280e20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7be280e20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7be280da0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7be280da0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7be280d24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7be280cc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7be280cc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
======================== 8 failed in 158.54s (0:02:38) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xd9l/0021df/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-4.4.4
collected 31 items

test_sql_streaming.py FFFFFFFF

=================================== FAILURES ===================================
__________________ 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/xd9l/0021df/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021df/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/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b9f7dc41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b9f7dc40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b9f7dc40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b9f7db6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b9f7db6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453695 byte(s) leaked in 8615 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[pq-ReadTopicWithMetadata-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021df/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/string/libstring_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/top/libtop_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/python/python3_small/libpython3_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/digest/libdigest_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/re2/libre2_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/url_base/liburl_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperloglog/libhyperloglog_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/topfreq/libtopfreq_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/histogram/libhistogram_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/pire/libpire_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/reservoir_sampling/libreservoir_sampling_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/yson2/libyson2_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/math/libmath_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/vector/libvector_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/streaming/libstreaming_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/datetime2/libdatetime2_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/stat/libstat_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/unicode_base/libunicode_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/file/libfile_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperscan/libhyperscan_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/protobuf/libprotobuf_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/set/libset_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/json2/libjson2_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/logs/dsv/libdsv_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/simple/libsimple_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/test_import/libtest_import_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/callables/libcallables_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/lists/liblists_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dicts/libdicts_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dummylog/libdummylog.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/type_inspection/libtype_inspection_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/structs/libstructs_udf.so
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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
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/xd9l/0021df/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021df/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/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1443410
DEBUG    ya.test:process.py:259 Command (pid 1443410) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1443410) elapsed time (sec): 19.69451904296875
DEBUG    ya.test:process.py:263 Command (pid 1443410) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1443410) inblock: 493136
DEBUG    ya.test:process.py:263 Command (pid 1443410) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1443410) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1443410) majflt: 282
DEBUG    ya.test:process.py:263 Command (pid 1443410) maxrss: 1458900
DEBUG    ya.test:process.py:263 Command (pid 1443410) minflt: 961430
DEBUG    ya.test:process.py:263 Command (pid 1443410) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1443410) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1443410) nivcsw: 63
DEBUG    ya.test:process.py:263 Command (pid 1443410) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1443410) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1443410) nvcsw: 103931
DEBUG    ya.test:process.py:263 Command (pid 1443410) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 1443410) stime: 4.215234
DEBUG    ya.test:process.py:263 Command (pid 1443410) utime: 9.795145
DEBUG    ya.test:process.py:263 Command (pid 1443410) wtime: 19.697
DEBUG    ya.test:process.py:275 Command (pid 1443410) output:
2025-12-04T18:37:30.909248Z Fetching udfs...
2025-12-04T18:37:32.243615Z Initialization of fq runner...
2025-12-04T18:37:35.372999Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.516517s
2025-12-04T18:37:35.900847Z Fetching query results...
2025-12-04T18:37:35.900876Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1443410) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b9f7dcc07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b9f7dcc05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b9f7e2880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b9f7e2878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b9f7e284bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b9f7e284aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b9f7e284ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b9f7e6e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b9f7e6e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7b9f7e6e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7b9f7d79a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9f7db59f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9f7db59f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9f7dbd9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9f7dbd9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b9f7e27ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b9f7e27c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b9f7e280090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b9f7e280090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b9f7dc703ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b9f7dc6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b9f7dc6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b9f7dc658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b9f7dc658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b9f7dc658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b9f7dc41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b9f7dc41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b9f7dc40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b9f7dc40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b9f7db6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b9f7db6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b9f7db69272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b9f7dcc07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b9f7dcc05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b9f7e2880c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9f7db59f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9f7db59f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9f7dbd9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9f7dbd9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b9f7e27ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9f7e27c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b9f7e280090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b9f7e280090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b9f7dc703ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b9f7dc6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b9f7dc6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b9f7dc658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b9f7dc658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b9f7dc658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b9f7dc41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b9f7dc41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b9f7dc40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b9f7dc40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b9f7db6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b9f7db6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b9f7db69272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b9f7dcc07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b9f7dcc05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b9f7e2880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b9f7e2878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b9f7e284bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b9f7e284aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9f7dbf172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9f7dbf2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b9f7dbf2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b9f7e27f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b9f7e27c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b9f7e27c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b9f7e2ab2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b9f7dbc5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b9f7dcc32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b9f7dcc32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b9f7dcc32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b9f7dbc4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b9f7dc40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b9f7dc40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b9f7db6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b9f7db6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b9f7db69272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b9f7dcc07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b9f7dcc1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b9f7dcc1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b9f7dcc1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b9f7e2875c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b9f7e284bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b9f7e284aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9f7dbf172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9f7dbf8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b9f7db738f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b9f7db7cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b9f7e2873ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b9f7e2871ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b9f7e286f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b9f7e284a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b9f7e284a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b9f7e284ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b9f7e6e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b9f7e6e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7b9f7e6e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7b9f7d79a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f9f9c8bdd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9f7db59f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9f7db59f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9f7dbd9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9f7dbd9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b9f7dc73206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b9f7dc73206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b9f7dc6f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b9f7dc6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b9f7dc6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b9f7dc658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b9f7dc658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b9f7dc658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b9f7dc41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b9f7dc41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b9f7dc40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b9f7dc40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b9f7db6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b9f7db6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b9f7db69272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b9f7dcc07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b9f7dcc05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b9f7e2880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b9f7e2878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b9f7e284bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b9f7e284aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b9f7e284ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b9f7e6e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b9f7e6e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7b9f7e6e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7b9f7d79a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9f7dbf172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9f7dbf2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b9f7dbf2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b9f7e27f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b9f7e27c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b9f7e27c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b9f7e2abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b9f7dbc5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b9f7dcc32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b9f7dcc32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b9f7dcc32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b9f7dbc4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b9f7dc6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b9f7dc6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b9f7dc658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b9f7dc658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b9f7dc658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b9f7dc41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b9f7dc41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b9f7dc40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b9f7dc40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b9f7db6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b9f7db6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b9f7db69272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b9f7dcc07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b9f7dcc05fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9f7dbf172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9f7dbf8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b9f7dc110a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b9f7dc110a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b9f7dc110a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b9f7db78dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b9f7db78dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b9f7dbe064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b9f7dbe116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b9f7dbe116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b9f7dbe116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b9f7dbe29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b9f7dbc988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b9f7e287044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b9f7e287044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b9f7e286f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b9f7e284a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b9f7e284a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b9f7e284ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b9f7e6e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b9f7e6e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7b9f7e6e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7b9f7d79a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f9f9c8bdd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9f7dbf172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9f7dbf2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b9f7dbf2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b9f7e27f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b9f7e27ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b9f7e27c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b9f7e27c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b9f7e27519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b9f7e27519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b9f7e2718ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b9f7e2718c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b9f7e28753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b9f7e284bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b9f7e284aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b9f7e284ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b9f7e6e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b9f7e6e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7b9f7e6e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7b9f7d79a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f9f9c8bdd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9f7dbf172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9f7dbf2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b9f7dbf2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b9f7e27f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b9f7e27ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b9f7e27c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b9f7e27c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b9f7e2abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b9f7dbc5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b9f7dcc32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b9f7dcc32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b9f7dcc32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b9f7dbc4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b9f7dc6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b9f7dc6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b9f7dc658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b9f7dc658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b9f7dc658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b9f7dc41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b9f7dc41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b9f7dc40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b9f7dc40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b9f7db6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b9f7db6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b9f7db69272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9f7db59f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9f7db59f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9f7dbd9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9f7dbd9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b9f7e27ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b9f7e27c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b9f7e27c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b9f7e2abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b9f7dbc5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b9f7dcc32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b9f7dcc32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b9f7dcc32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b9f7dbc4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b9f7dc6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b9f7dc6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b9f7dc658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b9f7dc658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b9f7dc658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b9f7dc41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b9f7dc41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b9f7dc40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b9f7dc40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b9f7dbc4b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9f7db59f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9f7db59f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9f7dbd9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9f7dbd9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b9f7e27ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b9f7e27c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b9f7e27c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b9f7e2abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b9f7dbc5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b9f7dcc32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b9f7dcc32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b9f7dcc32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b9f7dbc4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b9f7dc6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b9f7dc6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b9f7dc658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b9f7dc658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b9f7dc658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b9f7dc41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b9f7dc41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b9f7dc40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b9f7dc40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b9f7db6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b9f7db6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b9f7db69272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9f7db59f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b9f7db59f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b9f7dbd9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b9f7dbd9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b9f7db78ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b9f7db68ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b9f7db68ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b9f7dc6f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b9f7dc658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b9f7dc658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b9f7dc658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b9f7dc41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b9f7dc41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b9f7dc40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b9f7dc40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b9f7db6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b9f7db6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b9f7db69272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b9f7dcc07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b9f7dcc05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b9f7e2880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b9f7e2878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b9f7e284bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b9f7e284aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b9f7e284ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b9f7e6e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b9f7e6e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7b9f7e6e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7b9f7d79a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9f7dbf172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b9f7dbf8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b9f7dc110a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b9f7dc110a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b9f7dc110a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b9f7db78dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b9f7db78dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b9f7dbe064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b9f7dbe116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b9f7dbe116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b9f7dbe116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b9f7dbdd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b9f7dbbd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b9f7dbc5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b9f7dcc32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b9f7dcc32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b9f7dcc32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b9f7dbc4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b9f7dc6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b9f7dc6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b9f7dc658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b9f7dc658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b9f7dc658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b9f7dc41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b9f7dc41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b9f7db68ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b9f7db68ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b9f7dc6f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b9f7dc6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b9f7dc6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b9f7db69091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b9f7db69091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b9f7db6968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b9f7db6968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b9f7dcc19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b9f7dcc19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b9f7e2875c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b9f7db5d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b9f7db5d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b9f7e27f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b9f7e27c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b9f7e27c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b9f7e2abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b9f7dbc5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b9f7dcc32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b9f7dcc32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b9f7dcc32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b9f7dbc4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b9f7dc6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b9f7dc6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b9f7dc658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b9f7dc658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b9f7dc658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b9f7dc41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b9f7dc41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b9f7dc40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b9f7dc40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b9f7db6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b9f7db6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453695 byte(s) leaked in 8615 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 0x7b9f7dcc07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b9f7dcc05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b9f7e2880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b9f7e2878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b9f7e284bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b9f7e284aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b9f7e284ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b9f7e6e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b9f7e6e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7b9f7e6e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7b9f7d79a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9f7db59f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9f7db59f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9f7dbd9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9f7dbd9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b9f7e27ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b9f7e27c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b9f7e280090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b9f7e280090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b9f7dc703ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b9f7dc6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b9f7dc6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b9f7dc658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b9f7dc658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b9f7dc658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b9f7dc41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b9f7dc41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b9f7dc40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b9f7dc40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b9f7db6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b9f7db6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b9f7db69272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b9f7dcc07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b9f7dcc05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b9f7e2880c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9f7db59f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9f7db59f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9f7dbd9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9f7dbd9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b9f7e27ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9f7e27c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b9f7e280090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b9f7e280090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b9f7dc703ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b9f7dc6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b9f7dc6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b9f7dc658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b9f7dc658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b9f7dc658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b9f7dc41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b9f7dc41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b9f7dc40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b9f7dc40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b9f7db6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b9f7db6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b9f7db69272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b9f7dcc07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b9f7dcc05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b9f7e2880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b9f7e2878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b9f7e284bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b9f7e284aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9f7dbf172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9f7dbf2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b9f7dbf2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b9f7e27f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b9f7e27c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b9f7e27c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b9f7e2ab2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b9f7dbc5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b9f7dcc32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b9f7dcc32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b9f7dcc32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b9f7dbc4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b9f7dc40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b9f7dc40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b9f7db6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b9f7db6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b9f7db69272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b9f7dcc07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b9f7dcc1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b9f7dcc1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b9f7dcc1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b9f7e2875c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b9f7e284bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b9f7e284aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9f7dbf172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9f7dbf8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b9f7db738f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b9f7db7cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b9f7e2873ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b9f7e2871ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b9f7e286f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b9f7e284a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b9f7e284a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b9f7e284ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b9f7e6e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b9f7e6e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7b9f7e6e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7b9f7d79a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f9f9c8bdd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9f7db59f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9f7db59f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9f7dbd9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9f7dbd9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b9f7dc73206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b9f7dc73206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b9f7dc6f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b9f7dc6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b9f7dc6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b9f7dc658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b9f7dc658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b9f7dc658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b9f7dc41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b9f7dc41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b9f7dc40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b9f7dc40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b9f7db6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b9f7db6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b9f7db69272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b9f7dcc07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b9f7dcc05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b9f7e2880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b9f7e2878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b9f7e284bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b9f7e284aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b9f7e284ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b9f7e6e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b9f7e6e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7b9f7e6e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7b9f7d79a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9f7dbf172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9f7dbf2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b9f7dbf2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b9f7e27f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b9f7e27c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b9f7e27c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b9f7e2abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b9f7dbc5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b9f7dcc32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b9f7dcc32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b9f7dcc32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b9f7dbc4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b9f7dc6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b9f7dc6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b9f7dc658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b9f7dc658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b9f7dc658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b9f7dc41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b9f7dc41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b9f7dc40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b9f7dc40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b9f7db6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b9f7db6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b9f7db69272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b9f7dcc07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b9f7dcc05fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9f7dbf172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9f7dbf8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b9f7dc110a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b9f7dc110a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b9f7dc110a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b9f7db78dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b9f7db78dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b9f7dbe064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b9f7dbe116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b9f7dbe116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b9f7dbe116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b9f7dbe29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b9f7dbc988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b9f7e287044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b9f7e287044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b9f7e286f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b9f7e284a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b9f7e284a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b9f7e284ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b9f7e6e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b9f7e6e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7b9f7e6e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7b9f7d79a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f9f9c8bdd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9f7dbf172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9f7dbf2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b9f7dbf2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b9f7e27f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b9f7e27ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b9f7e27c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b9f7e27c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b9f7e27519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b9f7e27519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b9f7e2718ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b9f7e2718c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b9f7e28753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b9f7e284bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b9f7e284aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b9f7e284ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b9f7e6e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b9f7e6e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7b9f7e6e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7b9f7d79a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f9f9c8bdd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9f7dbf172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9f7dbf2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b9f7dbf2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b9f7e27f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b9f7e27ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b9f7e27c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b9f7e27c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b9f7e2abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b9f7dbc5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b9f7dcc32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b9f7dcc32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b9f7dcc32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b9f7dbc4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b9f7dc6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b9f7dc6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b9f7dc658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b9f7dc658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b9f7dc658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b9f7dc41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b9f7dc41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b9f7dc40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b9f7dc40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b9f7db6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b9f7db6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b9f7db69272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9f7db59f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9f7db59f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9f7dbd9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9f7dbd9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b9f7e27ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b9f7e27c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b9f7e27c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b9f7e2abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b9f7dbc5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b9f7dcc32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b9f7dcc32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b9f7dcc32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b9f7dbc4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b9f7dc6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b9f7dc6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b9f7dc658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b9f7dc658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b9f7dc658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b9f7dc41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b9f7dc41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b9f7dc40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b9f7dc40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b9f7dbc4b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9f7db59f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9f7db59f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9f7dbd9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9f7dbd9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b9f7e27ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b9f7e27c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b9f7e27c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b9f7e2abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b9f7dbc5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b9f7dcc32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b9f7dcc32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b9f7dcc32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b9f7dbc4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b9f7dc6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b9f7dc6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b9f7dc658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b9f7dc658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b9f7dc658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b9f7dc41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b9f7dc41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b9f7dc40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b9f7dc40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b9f7db6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b9f7db6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b9f7db69272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9f7db59f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b9f7db59f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b9f7dbd9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b9f7dbd9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b9f7db78ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b9f7db68ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b9f7db68ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b9f7dc6f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b9f7dc658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b9f7dc658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b9f7dc658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b9f7dc41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b9f7dc41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b9f7dc40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b9f7dc40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b9f7db6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b9f7db6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b9f7db69272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b9f7dcc07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b9f7dcc05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b9f7e2880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b9f7e2878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b9f7e284bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b9f7e284aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b9f7e284ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b9f7e6e7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b9f7e6e7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7b9f7e6e76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7b9f7d79a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9f7dbf172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b9f7dbf8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b9f7dc110a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b9f7dc110a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b9f7dc110a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b9f7db78dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b9f7db78dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b9f7dbe064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b9f7dbe116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b9f7dbe116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b9f7dbe116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b9f7dbdd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b9f7dbbd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b9f7dbc5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b9f7dcc32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b9f7dcc32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b9f7dcc32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b9f7dbc4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b9f7dc6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b9f7dc6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b9f7dc658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b9f7dc658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b9f7dc658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b9f7dc41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b9f7dc41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b9f7db68ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b9f7db68ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b9f7dc6f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b9f7dc6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b9f7dc6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b9f7db69091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b9f7db69091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b9f7db6968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b9f7db6968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b9f7dcc19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b9f7dcc19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b9f7e2875c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b9f7db5d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b9f7db5d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b9f7e27f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b9f7e27ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b9f7e27ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b9f7e27c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b9f7e27c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b9f7e2abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b9f7dbc5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b9f7dcc32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b9f7dcc32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b9f7dcc32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b9f7dbc4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b9f7dc6d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b9f7dc6d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b9f7dc658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b9f7dc658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b9f7dc658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b9f7dc41960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b9f7dc41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b9f7dc40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b9f7dc40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b9f7db6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b9f7db6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453695 byte(s) leaked in 8615 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 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/xd9l/0021df/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021df/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/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bcf95341960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bcf95340977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bcf95340977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bcf9526936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bcf9526936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[pq-ReadTopicWithMetadataInsideFilter-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021df/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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.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/xd9l/0021df/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021df/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/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1447911
DEBUG    ya.test:process.py:259 Command (pid 1447911) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1447911) elapsed time (sec): 16.66974377632141
DEBUG    ya.test:process.py:263 Command (pid 1447911) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1447911) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1447911) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1447911) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1447911) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1447911) maxrss: 1482084
DEBUG    ya.test:process.py:263 Command (pid 1447911) minflt: 985492
DEBUG    ya.test:process.py:263 Command (pid 1447911) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1447911) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1447911) nivcsw: 166
DEBUG    ya.test:process.py:263 Command (pid 1447911) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1447911) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1447911) nvcsw: 102383
DEBUG    ya.test:process.py:263 Command (pid 1447911) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 1447911) stime: 3.850075
DEBUG    ya.test:process.py:263 Command (pid 1447911) utime: 9.979526
DEBUG    ya.test:process.py:263 Command (pid 1447911) wtime: 16.672
DEBUG    ya.test:process.py:275 Command (pid 1447911) output:
2025-12-04T18:37:51.095095Z Fetching udfs...
2025-12-04T18:37:51.492467Z Initialization of fq runner...
2025-12-04T18:37:54.273305Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.615075s
2025-12-04T18:37:54.893678Z Fetching query results...
2025-12-04T18:37:54.893696Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1447911) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bcf953c07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bcf953c05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bcf959880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bcf959878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bcf95984bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bcf95984aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bcf95984ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bcf95de7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7bcf95de7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7bcf95de76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7bcf94e9a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf95259f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcf95259f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcf952d9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcf952d9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bcf9597ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bcf9597c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bcf95980090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bcf95980090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bcf953703ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bcf9536d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bcf9536d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bcf953658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bcf953658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bcf953658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bcf95341960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bcf95341960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bcf95340977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bcf95340977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bcf9526936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bcf9526936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bcf95269272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bcf953c07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bcf953c05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bcf959880c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf95259f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcf95259f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcf952d9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcf952d9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bcf9597ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bcf9597c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bcf95980090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bcf95980090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bcf953703ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bcf9536d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bcf9536d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bcf953658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bcf953658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bcf953658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bcf95341960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bcf95341960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bcf95340977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bcf95340977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bcf9526936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bcf9526936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bcf95269272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bcf953c07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bcf953c05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bcf959880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bcf959878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bcf95984bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bcf95984aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf952f172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcf952f2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bcf952f2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bcf9597f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bcf9597c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bcf9597c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bcf959ab2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bcf952c5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bcf953c32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bcf953c32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bcf953c32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bcf952c4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bcf95340977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bcf95340977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bcf9526936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bcf9526936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bcf95269272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bcf953c07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bcf953c1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bcf953c1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bcf953c1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bcf959875c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bcf95984bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bcf95984aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf952f172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcf952f8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bcf952738f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bcf9527cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bcf959873ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bcf959871ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bcf95986f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bcf95984a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bcf95984a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bcf95984ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bcf95de7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bcf95de7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7bcf95de76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7bcf94e9a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fcfb3fc2d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf95259f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcf95259f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcf952d9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcf952d9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bcf95373206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bcf95373206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bcf9536f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bcf9536d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bcf9536d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bcf953658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bcf953658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bcf953658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bcf95341960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bcf95341960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bcf95340977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bcf95340977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bcf9526936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bcf9526936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bcf95269272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bcf953c07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bcf953c05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bcf959880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bcf959878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bcf95984bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bcf95984aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bcf95984ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bcf95de7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bcf95de7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7bcf95de76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7bcf94e9a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf952f172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcf952f2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bcf952f2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bcf9597f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bcf9597c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bcf9597c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bcf959abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bcf952c5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bcf953c32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bcf953c32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bcf953c32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bcf952c4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bcf9536d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bcf9536d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bcf953658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bcf953658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bcf953658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bcf95341960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bcf95341960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bcf95340977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bcf95340977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bcf9526936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bcf9526936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bcf95269272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bcf953c07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bcf953c05fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf952f172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcf952f8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bcf953110a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bcf953110a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bcf953110a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bcf95278dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bcf95278dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bcf952e064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bcf952e116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bcf952e116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bcf952e116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bcf952e29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bcf952c988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bcf95987044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bcf95987044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bcf95986f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bcf95984a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bcf95984a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bcf95984ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bcf95de7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bcf95de7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7bcf95de76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7bcf94e9a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fcfb3fc2d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf952f172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcf952f2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bcf952f2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bcf9597f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bcf9597ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bcf9597c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bcf9597c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bcf9597519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bcf9597519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bcf959718ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bcf959718c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bcf9598753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bcf95984bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bcf95984aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bcf95984ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bcf95de7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7bcf95de7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7bcf95de76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7bcf94e9a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fcfb3fc2d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf952f172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcf952f2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bcf952f2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bcf9597f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bcf9597ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bcf9597c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bcf9597c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bcf959abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bcf952c5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bcf953c32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bcf953c32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bcf953c32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bcf952c4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bcf9536d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bcf9536d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bcf953658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bcf953658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bcf953658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bcf95341960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bcf95341960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bcf95340977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bcf95340977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bcf9526936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bcf9526936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bcf95269272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf95259f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcf95259f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcf952d9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcf952d9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bcf9597ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bcf9597c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bcf9597c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bcf959abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bcf952c5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bcf953c32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bcf953c32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bcf953c32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bcf952c4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bcf9536d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bcf9536d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bcf953658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bcf953658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bcf953658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bcf95341960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bcf95341960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bcf95340977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bcf95340977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bcf952c4b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf95259f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcf95259f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcf952d9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcf952d9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bcf9597ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bcf9597c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bcf9597c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bcf959abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bcf952c5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bcf953c32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bcf953c32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bcf953c32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bcf952c4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bcf9536d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bcf9536d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bcf953658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bcf953658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bcf953658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bcf95341960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bcf95341960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bcf95340977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bcf95340977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bcf9526936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bcf9526936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bcf95269272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf95259f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bcf95259f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bcf952d9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bcf952d9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bcf95278ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bcf95268ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bcf95268ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bcf9536f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bcf953658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bcf953658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bcf953658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bcf95341960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bcf95341960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bcf95340977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bcf95340977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bcf9526936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bcf9526936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bcf95269272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bcf953c07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bcf953c05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bcf959880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bcf959878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bcf95984bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bcf95984aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bcf95984ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bcf95de7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bcf95de7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7bcf95de76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7bcf94e9a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf952f172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bcf952f8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bcf953110a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bcf953110a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bcf953110a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bcf95278dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bcf95278dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bcf952e064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bcf952e116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bcf952e116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bcf952e116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bcf952dd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bcf952bd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bcf952c5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bcf953c32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bcf953c32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bcf953c32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bcf952c4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bcf9536d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bcf9536d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bcf953658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bcf953658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bcf953658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bcf95341960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bcf95341960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bcf95268ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bcf95268ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bcf9536f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bcf9536d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bcf9536d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bcf95269091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bcf95269091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bcf9526968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bcf9526968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bcf953c19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bcf953c19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bcf959875c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bcf9525d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bcf9525d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bcf9597f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bcf9597c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bcf9597c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bcf959abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bcf952c5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bcf953c32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bcf953c32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bcf953c32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bcf952c4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bcf9536d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bcf9536d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bcf953658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bcf953658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bcf953658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bcf95341960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bcf95341960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bcf95340977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bcf95340977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bcf9526936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bcf9526936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 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 0x7bcf953c07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bcf953c05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bcf959880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bcf959878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bcf95984bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bcf95984aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bcf95984ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bcf95de7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7bcf95de7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7bcf95de76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7bcf94e9a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf95259f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcf95259f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcf952d9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcf952d9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bcf9597ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bcf9597c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bcf95980090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bcf95980090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bcf953703ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bcf9536d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bcf9536d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bcf953658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bcf953658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bcf953658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bcf95341960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bcf95341960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bcf95340977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bcf95340977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bcf9526936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bcf9526936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bcf95269272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bcf953c07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bcf953c05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bcf959880c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf95259f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcf95259f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcf952d9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcf952d9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bcf9597ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bcf9597c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bcf95980090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bcf95980090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bcf953703ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bcf9536d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bcf9536d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bcf953658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bcf953658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bcf953658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bcf95341960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bcf95341960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bcf95340977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bcf95340977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bcf9526936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bcf9526936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bcf95269272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bcf953c07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bcf953c05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bcf959880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bcf959878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bcf95984bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bcf95984aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf952f172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcf952f2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bcf952f2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bcf9597f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bcf9597c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bcf9597c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bcf959ab2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bcf952c5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bcf953c32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bcf953c32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bcf953c32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bcf952c4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bcf95340977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bcf95340977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bcf9526936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bcf9526936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bcf95269272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bcf953c07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bcf953c1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bcf953c1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bcf953c1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bcf959875c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bcf95984bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bcf95984aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf952f172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcf952f8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bcf952738f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bcf9527cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bcf959873ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bcf959871ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bcf95986f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bcf95984a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bcf95984a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bcf95984ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bcf95de7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bcf95de7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7bcf95de76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7bcf94e9a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fcfb3fc2d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf95259f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcf95259f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcf952d9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcf952d9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bcf95373206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bcf95373206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bcf9536f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bcf9536d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bcf9536d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bcf953658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bcf953658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bcf953658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bcf95341960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bcf95341960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bcf95340977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bcf95340977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bcf9526936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bcf9526936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bcf95269272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bcf953c07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bcf953c05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bcf959880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bcf959878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bcf95984bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bcf95984aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bcf95984ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bcf95de7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bcf95de7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7bcf95de76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7bcf94e9a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf952f172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcf952f2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bcf952f2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bcf9597f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bcf9597c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bcf9597c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bcf959abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bcf952c5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bcf953c32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bcf953c32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bcf953c32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bcf952c4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bcf9536d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bcf9536d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bcf953658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bcf953658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bcf953658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bcf95341960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bcf95341960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bcf95340977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bcf95340977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bcf9526936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bcf9526936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bcf95269272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bcf953c07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bcf953c05fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf952f172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcf952f8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bcf953110a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bcf953110a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bcf953110a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bcf95278dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bcf95278dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bcf952e064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bcf952e116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bcf952e116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bcf952e116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bcf952e29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bcf952c988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bcf95987044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bcf95987044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bcf95986f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bcf95984a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bcf95984a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bcf95984ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bcf95de7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bcf95de7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7bcf95de76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7bcf94e9a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fcfb3fc2d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf952f172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcf952f2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bcf952f2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bcf9597f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bcf9597ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bcf9597c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bcf9597c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bcf9597519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bcf9597519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bcf959718ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bcf959718c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bcf9598753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bcf95984bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bcf95984aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bcf95984ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bcf95de7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7bcf95de7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7bcf95de76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7bcf94e9a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fcfb3fc2d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf952f172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcf952f2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bcf952f2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bcf9597f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bcf9597ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bcf9597c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bcf9597c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bcf959abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bcf952c5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bcf953c32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bcf953c32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bcf953c32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bcf952c4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bcf9536d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bcf9536d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bcf953658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bcf953658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bcf953658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bcf95341960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bcf95341960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bcf95340977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bcf95340977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bcf9526936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bcf9526936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bcf95269272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf95259f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcf95259f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcf952d9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcf952d9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bcf9597ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bcf9597c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bcf9597c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bcf959abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bcf952c5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bcf953c32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bcf953c32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bcf953c32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bcf952c4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bcf9536d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bcf9536d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bcf953658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bcf953658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bcf953658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bcf95341960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bcf95341960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bcf95340977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bcf95340977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bcf952c4b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf95259f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcf95259f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcf952d9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcf952d9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bcf9597ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bcf9597c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bcf9597c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bcf959abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bcf952c5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bcf953c32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bcf953c32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bcf953c32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bcf952c4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bcf9536d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bcf9536d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bcf953658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bcf953658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bcf953658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bcf95341960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bcf95341960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bcf95340977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bcf95340977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bcf9526936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bcf9526936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bcf95269272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf95259f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bcf95259f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bcf952d9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bcf952d9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bcf95278ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bcf95268ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bcf95268ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bcf9536f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bcf953658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bcf953658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bcf953658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bcf95341960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bcf95341960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bcf95340977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bcf95340977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bcf9526936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bcf9526936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bcf95269272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bcf953c07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bcf953c05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bcf959880c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bcf959878d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bcf95984bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bcf95984aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bcf95984ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bcf95de7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bcf95de7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7bcf95de76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7bcf94e9a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf952f172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bcf952f8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bcf953110a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bcf953110a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bcf953110a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bcf95278dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bcf95278dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bcf952e064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bcf952e116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bcf952e116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bcf952e116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bcf952dd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bcf952bd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bcf952c5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bcf953c32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bcf953c32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bcf953c32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bcf952c4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bcf9536d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bcf9536d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bcf953658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bcf953658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bcf953658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bcf95341960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bcf95341960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bcf95268ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bcf95268ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bcf9536f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bcf9536d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bcf9536d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bcf95269091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bcf95269091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bcf9526968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bcf9526968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bcf953c19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bcf953c19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bcf959875c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bcf9525d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bcf9525d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bcf9597f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bcf9597ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bcf9597ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bcf9597c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bcf9597c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bcf959abfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bcf952c5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bcf953c32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bcf953c32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bcf953c32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bcf952c4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bcf9536d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bcf9536d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bcf953658d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bcf953658d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bcf953658d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bcf95341960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bcf95341960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bcf95340977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bcf95340977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bcf9526936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bcf9526936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 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/xd9l/0021df/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021df/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/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bb07d011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bb07d010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bb07d010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bb07cf3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bb07cf3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[pq-ReadTopicWithMetadataNestedDeep-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021df/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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.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/xd9l/0021df/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021df/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/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1452753
DEBUG    ya.test:process.py:259 Command (pid 1452753) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1452753) elapsed time (sec): 17.157633066177368
DEBUG    ya.test:process.py:263 Command (pid 1452753) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452753) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1452753) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452753) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452753) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1452753) maxrss: 1468528
DEBUG    ya.test:process.py:263 Command (pid 1452753) minflt: 964055
DEBUG    ya.test:process.py:263 Command (pid 1452753) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1452753) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1452753) nivcsw: 501
DEBUG    ya.test:process.py:263 Command (pid 1452753) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1452753) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1452753) nvcsw: 103284
DEBUG    ya.test:process.py:263 Command (pid 1452753) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 1452753) stime: 4.042118
DEBUG    ya.test:process.py:263 Command (pid 1452753) utime: 10.73673
DEBUG    ya.test:process.py:263 Command (pid 1452753) wtime: 17.16
DEBUG    ya.test:process.py:275 Command (pid 1452753) output:
2025-12-04T18:38:08.037041Z Fetching udfs...
2025-12-04T18:38:08.508977Z Initialization of fq runner...
2025-12-04T18:38:11.828632Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.514359s
2025-12-04T18:38:12.348572Z Fetching query results...
2025-12-04T18:38:12.348601Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1452753) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bb07d0907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bb07d0905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bb07d6580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bb07d6578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bb07d654bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bb07d654aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bb07d654ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bb07dab7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7bb07dab7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7bb07dab76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7bb07cb6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb07cf29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb07cf29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb07cfa9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb07cfa9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb07d64ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bb07d64c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bb07d650090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bb07d650090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bb07d0403ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bb07d03d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bb07d03d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bb07d0358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bb07d0358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bb07d0358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bb07d011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bb07d011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bb07d010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bb07d010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bb07cf3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bb07cf3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bb07cf39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bb07d0907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bb07d0905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bb07d6580c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb07cf29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb07cf29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb07cfa9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb07cfa9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb07d64ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb07d64c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bb07d650090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bb07d650090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bb07d0403ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bb07d03d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bb07d03d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bb07d0358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bb07d0358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bb07d0358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bb07d011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bb07d011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bb07d010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bb07d010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bb07cf3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bb07cf3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bb07cf39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bb07d0907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bb07d0905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bb07d6580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bb07d6578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bb07d654bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bb07d654aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb07cfc172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb07cfc2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb07cfc2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb07d64f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bb07d64c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bb07d64c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bb07d67b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bb07cf95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bb07d0932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bb07d0932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bb07d0932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bb07cf94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bb07d010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bb07d010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bb07cf3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bb07cf3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bb07cf39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bb07d0907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bb07d091a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bb07d091a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bb07d091a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bb07d6575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bb07d654bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bb07d654aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb07cfc172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb07cfc8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb07cf438f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bb07cf4cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bb07d6573ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bb07d6571ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bb07d656f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bb07d654a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bb07d654a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bb07d654ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bb07dab7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bb07dab7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7bb07dab76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7bb07cb6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fb09bc99d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb07cf29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb07cf29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb07cfa9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb07cfa9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bb07d043206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bb07d043206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bb07d03f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bb07d03d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bb07d03d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bb07d0358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bb07d0358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bb07d0358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bb07d011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bb07d011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bb07d010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bb07d010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bb07cf3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bb07cf3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bb07cf39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bb07d0907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bb07d0905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bb07d6580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bb07d6578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bb07d654bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bb07d654aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bb07d654ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bb07dab7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bb07dab7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7bb07dab76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7bb07cb6a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb07cfc172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb07cfc2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb07cfc2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb07d64f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bb07d64c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bb07d64c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bb07d67bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bb07cf95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bb07d0932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bb07d0932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bb07d0932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bb07cf94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bb07d03d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bb07d03d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bb07d0358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bb07d0358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bb07d0358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bb07d011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bb07d011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bb07d010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bb07d010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bb07cf3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bb07cf3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bb07cf39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bb07d0907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bb07d0905fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb07cfc172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb07cfc8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb07cfe10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bb07cfe10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bb07cfe10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bb07cf48dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bb07cf48dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bb07cfb064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bb07cfb116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bb07cfb116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bb07cfb116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bb07cfb29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bb07cf9988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bb07d657044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bb07d657044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bb07d656f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bb07d654a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bb07d654a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bb07d654ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bb07dab7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bb07dab7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7bb07dab76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7bb07cb6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fb09bc99d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb07cfc172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb07cfc2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb07cfc2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb07d64f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb07d64ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bb07d64c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bb07d64c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bb07d64519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bb07d64519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bb07d6418ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bb07d6418c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bb07d65753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bb07d654bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bb07d654aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bb07d654ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bb07dab7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7bb07dab7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7bb07dab76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7bb07cb6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fb09bc99d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb07cfc172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb07cfc2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bb07cfc2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bb07d64f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bb07d64ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bb07d64c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bb07d64c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bb07d67bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bb07cf95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bb07d0932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bb07d0932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bb07d0932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bb07cf94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bb07d03d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bb07d03d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bb07d0358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bb07d0358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bb07d0358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bb07d011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bb07d011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bb07d010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bb07d010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bb07cf3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bb07cf3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bb07cf39272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb07cf29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb07cf29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb07cfa9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb07cfa9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb07d64ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bb07d64c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bb07d64c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bb07d67bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bb07cf95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bb07d0932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bb07d0932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bb07d0932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bb07cf94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bb07d03d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bb07d03d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bb07d0358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bb07d0358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bb07d0358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bb07d011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bb07d011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bb07d010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bb07d010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bb07cf94b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb07cf29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb07cf29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb07cfa9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb07cfa9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bb07d64ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb07d64c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bb07d64c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bb07d67bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bb07cf95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bb07d0932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bb07d0932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bb07d0932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bb07cf94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bb07d03d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bb07d03d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bb07d0358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bb07d0358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bb07d0358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bb07d011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bb07d011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bb07d010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bb07d010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bb07cf3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bb07cf3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bb07cf39272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb07cf29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bb07cf29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bb07cfa9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bb07cfa9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bb07cf48ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bb07cf38ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bb07cf38ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bb07d03f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bb07d0358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bb07d0358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bb07d0358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bb07d011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bb07d011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bb07d010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bb07d010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bb07cf3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bb07cf3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bb07cf39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bb07d0907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bb07d0905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bb07d6580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bb07d6578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bb07d654bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bb07d654aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bb07d654ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bb07dab7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bb07dab7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7bb07dab76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7bb07cb6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb07cfc172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bb07cfc8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bb07cfe10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bb07cfe10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bb07cfe10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bb07cf48dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bb07cf48dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bb07cfb064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bb07cfb116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bb07cfb116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bb07cfb116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bb07cfad12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bb07cf8d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bb07cf95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bb07d0932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bb07d0932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bb07d0932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bb07cf94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bb07d03d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bb07d03d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bb07d0358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bb07d0358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bb07d0358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bb07d011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bb07d011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bb07cf38ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb07cf38ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bb07d03f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bb07d03d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bb07d03d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bb07cf39091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bb07cf39091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bb07cf3968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bb07cf3968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bb07d0919d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bb07d0919d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bb07d6575c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bb07cf2d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bb07cf2d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bb07d64f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bb07d64c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bb07d64c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bb07d67bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bb07cf95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bb07d0932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bb07d0932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bb07d0932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bb07cf94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bb07d03d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bb07d03d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bb07d0358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bb07d0358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bb07d0358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bb07d011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bb07d011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bb07d010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bb07d010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bb07cf3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bb07cf3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 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 0x7bb07d0907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bb07d0905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bb07d6580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bb07d6578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bb07d654bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bb07d654aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bb07d654ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bb07dab7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7bb07dab7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7bb07dab76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7bb07cb6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb07cf29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb07cf29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb07cfa9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb07cfa9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb07d64ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bb07d64c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bb07d650090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bb07d650090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bb07d0403ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bb07d03d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bb07d03d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bb07d0358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bb07d0358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bb07d0358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bb07d011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bb07d011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bb07d010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bb07d010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bb07cf3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bb07cf3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bb07cf39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bb07d0907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bb07d0905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bb07d6580c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb07cf29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb07cf29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb07cfa9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb07cfa9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb07d64ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb07d64c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bb07d650090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bb07d650090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bb07d0403ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bb07d03d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bb07d03d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bb07d0358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bb07d0358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bb07d0358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bb07d011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bb07d011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bb07d010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bb07d010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bb07cf3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bb07cf3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bb07cf39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bb07d0907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bb07d0905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bb07d6580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bb07d6578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bb07d654bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bb07d654aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb07cfc172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb07cfc2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb07cfc2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb07d64f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bb07d64c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bb07d64c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bb07d67b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bb07cf95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bb07d0932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bb07d0932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bb07d0932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bb07cf94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bb07d010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bb07d010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bb07cf3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bb07cf3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bb07cf39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bb07d0907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bb07d091a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bb07d091a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bb07d091a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bb07d6575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bb07d654bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bb07d654aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb07cfc172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb07cfc8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb07cf438f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bb07cf4cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bb07d6573ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bb07d6571ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bb07d656f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bb07d654a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bb07d654a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bb07d654ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bb07dab7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bb07dab7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7bb07dab76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7bb07cb6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fb09bc99d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb07cf29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb07cf29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb07cfa9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb07cfa9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bb07d043206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bb07d043206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bb07d03f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bb07d03d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bb07d03d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bb07d0358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bb07d0358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bb07d0358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bb07d011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bb07d011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bb07d010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bb07d010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bb07cf3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bb07cf3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bb07cf39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bb07d0907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bb07d0905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bb07d6580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bb07d6578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bb07d654bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bb07d654aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bb07d654ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bb07dab7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bb07dab7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7bb07dab76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7bb07cb6a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb07cfc172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb07cfc2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb07cfc2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb07d64f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bb07d64c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bb07d64c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bb07d67bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bb07cf95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bb07d0932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bb07d0932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bb07d0932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bb07cf94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bb07d03d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bb07d03d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bb07d0358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bb07d0358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bb07d0358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bb07d011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bb07d011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bb07d010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bb07d010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bb07cf3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bb07cf3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bb07cf39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bb07d0907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bb07d0905fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb07cfc172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb07cfc8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb07cfe10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bb07cfe10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bb07cfe10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bb07cf48dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bb07cf48dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bb07cfb064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bb07cfb116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bb07cfb116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bb07cfb116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bb07cfb29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bb07cf9988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bb07d657044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bb07d657044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bb07d656f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bb07d654a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bb07d654a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bb07d654ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bb07dab7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bb07dab7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7bb07dab76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7bb07cb6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fb09bc99d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb07cfc172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb07cfc2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb07cfc2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb07d64f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb07d64ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bb07d64c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bb07d64c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bb07d64519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bb07d64519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bb07d6418ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bb07d6418c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bb07d65753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bb07d654bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bb07d654aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bb07d654ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bb07dab7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7bb07dab7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7bb07dab76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7bb07cb6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fb09bc99d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb07cfc172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb07cfc2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bb07cfc2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bb07d64f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bb07d64ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bb07d64c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bb07d64c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bb07d67bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bb07cf95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bb07d0932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bb07d0932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bb07d0932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bb07cf94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bb07d03d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bb07d03d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bb07d0358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bb07d0358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bb07d0358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bb07d011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bb07d011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bb07d010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bb07d010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bb07cf3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bb07cf3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bb07cf39272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb07cf29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb07cf29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb07cfa9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb07cfa9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb07d64ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bb07d64c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bb07d64c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bb07d67bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bb07cf95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bb07d0932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bb07d0932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bb07d0932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bb07cf94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bb07d03d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bb07d03d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bb07d0358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bb07d0358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bb07d0358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bb07d011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bb07d011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bb07d010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bb07d010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bb07cf94b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb07cf29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb07cf29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb07cfa9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb07cfa9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bb07d64ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb07d64c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bb07d64c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bb07d67bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bb07cf95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bb07d0932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bb07d0932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bb07d0932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bb07cf94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bb07d03d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bb07d03d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bb07d0358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bb07d0358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bb07d0358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bb07d011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bb07d011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bb07d010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bb07d010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bb07cf3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bb07cf3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bb07cf39272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb07cf29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bb07cf29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bb07cfa9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bb07cfa9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bb07cf48ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bb07cf38ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bb07cf38ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bb07d03f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bb07d0358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bb07d0358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bb07d0358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bb07d011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bb07d011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bb07d010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bb07d010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bb07cf3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bb07cf3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bb07cf39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bb07d0907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bb07d0905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bb07d6580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bb07d6578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bb07d654bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bb07d654aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bb07d654ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bb07dab7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bb07dab7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7bb07dab76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7bb07cb6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb07cfc172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bb07cfc8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bb07cfe10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bb07cfe10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bb07cfe10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bb07cf48dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bb07cf48dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bb07cfb064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bb07cfb116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bb07cfb116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bb07cfb116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bb07cfad12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bb07cf8d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bb07cf95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bb07d0932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bb07d0932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bb07d0932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bb07cf94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bb07d03d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bb07d03d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bb07d0358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bb07d0358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bb07d0358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bb07d011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bb07d011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bb07cf38ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb07cf38ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bb07d03f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bb07d03d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bb07d03d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bb07cf39091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bb07cf39091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bb07cf3968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bb07cf3968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bb07d0919d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bb07d0919d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bb07d6575c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bb07cf2d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bb07cf2d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bb07d64f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bb07d64ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bb07d64ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bb07d64c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bb07d64c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bb07d67bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bb07cf95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bb07d0932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bb07d0932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bb07d0932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bb07cf94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bb07d03d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bb07d03d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bb07d0358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bb07d0358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bb07d0358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bb07d011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bb07d011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bb07d010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bb07d010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bb07cf3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bb07cf3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 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/xd9l/0021df/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021df/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/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7be032381960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7be032380977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7be032380977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7be0322a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7be0322a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[pq-ReadTopicWithMetadataWithFilter-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021df/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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.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/xd9l/0021df/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021df/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/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1459356
DEBUG    ya.test:process.py:259 Command (pid 1459356) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1459356) elapsed time (sec): 18.339023113250732
DEBUG    ya.test:process.py:263 Command (pid 1459356) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1459356) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1459356) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1459356) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1459356) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1459356) maxrss: 1463032
DEBUG    ya.test:process.py:263 Command (pid 1459356) minflt: 957735
DEBUG    ya.test:process.py:263 Command (pid 1459356) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1459356) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1459356) nivcsw: 379
DEBUG    ya.test:process.py:263 Command (pid 1459356) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1459356) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1459356) nvcsw: 104526
DEBUG    ya.test:process.py:263 Command (pid 1459356) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 1459356) stime: 4.151043
DEBUG    ya.test:process.py:263 Command (pid 1459356) utime: 11.601516
DEBUG    ya.test:process.py:263 Command (pid 1459356) wtime: 18.342
DEBUG    ya.test:process.py:275 Command (pid 1459356) output:
2025-12-04T18:38:25.559680Z Fetching udfs...
2025-12-04T18:38:26.080610Z Initialization of fq runner...
2025-12-04T18:38:29.796397Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.616935s
2025-12-04T18:38:30.418607Z Fetching query results...
2025-12-04T18:38:30.418634Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1459356) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7be0324007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7be0324005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7be0329c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7be0329c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7be0329c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7be0329c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7be0329c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7be032e27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7be032e27db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7be032e276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7be031eda928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be032299f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be032299f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be032319806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be032319806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be0329bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7be0329bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7be0329c0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7be0329c0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7be0323b03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7be0323ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7be0323ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7be0323a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7be0323a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7be0323a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7be032381960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7be032381960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7be032380977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7be032380977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7be0322a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7be0322a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7be0322a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7be0324007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7be0324005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7be0329c80c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be032299f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be032299f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be032319806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be032319806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be0329bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be0329bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7be0329c0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7be0329c0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7be0323b03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7be0323ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7be0323ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7be0323a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7be0323a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7be0323a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7be032381960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7be032381960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7be032380977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7be032380977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7be0322a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7be0322a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7be0322a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7be0324007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7be0324005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7be0329c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7be0329c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7be0329c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7be0329c4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be03233172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be032332fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be032332fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be0329bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7be0329bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7be0329bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7be0329eb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7be032305f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7be0324032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7be0324032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7be0324032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7be032304d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7be032380977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7be032380977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7be0322a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7be0322a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7be0322a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7be0324007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7be032401a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7be032401a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7be032401a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7be0329c75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7be0329c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7be0329c4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be03233172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be032338b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be0322b38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7be0322bcb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7be0329c73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7be0329c71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7be0329c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7be0329c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7be0329c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7be0329c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7be032e27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7be032e27db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7be032e276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7be031eda928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fe050ffdd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be032299f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be032299f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be032319eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be032319eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7be0323b3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7be0323b3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7be0323af957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7be0323ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7be0323ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7be0323a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7be0323a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7be0323a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7be032381960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7be032381960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7be032380977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7be032380977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7be0322a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7be0322a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7be0322a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7be0324007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7be0324005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7be0329c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7be0329c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7be0329c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7be0329c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7be0329c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7be032e27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7be032e27db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7be032e276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7be031eda928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be03233172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be032332fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be032332fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be0329bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7be0329bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7be0329bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7be0329ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7be032305f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7be0324032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7be0324032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7be0324032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7be032304d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7be0323ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7be0323ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7be0323a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7be0323a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7be0323a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7be032381960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7be032381960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7be032380977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7be032380977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7be0322a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7be0322a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7be0322a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7be0324007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7be0324005fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be03233172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be032338b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be0323510a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7be0323510a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7be0323510a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7be0322b8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7be0322b8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7be03232064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7be03232116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7be03232116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7be03232116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7be0323229f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7be03230988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7be0329c7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7be0329c7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7be0329c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7be0329c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7be0329c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7be0329c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7be032e27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7be032e27db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7be032e276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7be031eda928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fe050ffdd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be03233172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be032332fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be032332fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be0329bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be0329bec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7be0329bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7be0329bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7be0329b519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7be0329b519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7be0329b18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7be0329b18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7be0329c753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7be0329c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7be0329c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7be0329c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7be032e27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7be032e27db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7be032e276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7be031eda928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fe050ffdd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be03233172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be032332fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be032332fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be0329bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be0329bec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be0329bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7be0329bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7be0329ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7be032305f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7be0324032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7be0324032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7be0324032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7be032304d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7be0323ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7be0323ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7be0323a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7be0323a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7be0323a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7be032381960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7be032381960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7be032380977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7be032380977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7be0322a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7be0322a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7be0322a9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be032299f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be032299f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be032319806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be032319806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be0329bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7be0329bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7be0329bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7be0329ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7be032305f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7be0324032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7be0324032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7be0324032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7be032304d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7be0323ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7be0323ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7be0323a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7be0323a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7be0323a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7be032381960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7be032381960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7be032380977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7be032380977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7be032304b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be032299f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be032299f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be032319806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be032319806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be0329bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be0329bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7be0329bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7be0329ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7be032305f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7be0324032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7be0324032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7be0324032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7be032304d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7be0323ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7be0323ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7be0323a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7be0323a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7be0323a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7be032381960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7be032381960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7be032380977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7be032380977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7be0322a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7be0322a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7be0322a9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be032299f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be032299f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be032319d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be032319d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7be0322b8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7be0322a8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7be0322a8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7be0323af722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7be0323a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7be0323a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7be0323a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7be032381960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7be032381960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7be032380977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7be032380977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7be0322a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7be0322a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7be0322a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7be0324007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7be0324005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7be0329c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7be0329c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7be0329c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7be0329c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7be0329c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7be032e27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7be032e27db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7be032e276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7be031eda928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be03233172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be032338b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be0323510a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7be0323510a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7be0323510a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7be0322b8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7be0322b8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7be03232064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7be03232116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7be03232116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7be03232116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7be03231d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7be0322fd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7be032305f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7be0324032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7be0324032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7be0324032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7be032304d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7be0323ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7be0323ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7be0323a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7be0323a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7be0323a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7be032381960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7be032381960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7be0322a8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be0322a8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7be0323af722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7be0323ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7be0323ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7be0322a9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7be0322a9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7be0322a968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7be0322a968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7be0324019d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7be0324019d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7be0329c75c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be03229d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7be03229d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7be0329bf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be0329bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7be0329bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7be0329ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7be032305f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7be0324032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7be0324032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7be0324032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7be032304d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7be0323ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7be0323ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7be0323a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7be0323a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7be0323a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7be032381960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7be032381960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7be032380977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7be032380977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7be0322a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7be0322a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 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 0x7be0324007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7be0324005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7be0329c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7be0329c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7be0329c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7be0329c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7be0329c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7be032e27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7be032e27db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7be032e276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7be031eda928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be032299f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be032299f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be032319806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be032319806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be0329bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7be0329bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7be0329c0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7be0329c0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7be0323b03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7be0323ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7be0323ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7be0323a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7be0323a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7be0323a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7be032381960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7be032381960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7be032380977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7be032380977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7be0322a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7be0322a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7be0322a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7be0324007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7be0324005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7be0329c80c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be032299f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be032299f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be032319806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be032319806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be0329bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be0329bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7be0329c0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7be0329c0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7be0323b03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7be0323ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7be0323ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7be0323a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7be0323a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7be0323a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7be032381960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7be032381960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7be032380977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7be032380977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7be0322a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7be0322a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7be0322a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7be0324007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7be0324005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7be0329c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7be0329c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7be0329c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7be0329c4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be03233172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be032332fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be032332fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be0329bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7be0329bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7be0329bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7be0329eb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7be032305f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7be0324032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7be0324032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7be0324032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7be032304d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7be032380977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7be032380977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7be0322a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7be0322a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7be0322a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7be0324007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7be032401a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7be032401a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7be032401a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7be0329c75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7be0329c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7be0329c4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be03233172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be032338b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be0322b38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7be0322bcb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7be0329c73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7be0329c71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7be0329c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7be0329c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7be0329c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7be0329c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7be032e27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7be032e27db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7be032e276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7be031eda928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fe050ffdd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be032299f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be032299f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be032319eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be032319eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7be0323b3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7be0323b3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7be0323af957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7be0323ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7be0323ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7be0323a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7be0323a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7be0323a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7be032381960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7be032381960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7be032380977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7be032380977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7be0322a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7be0322a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7be0322a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7be0324007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7be0324005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7be0329c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7be0329c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7be0329c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7be0329c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7be0329c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7be032e27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7be032e27db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7be032e276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7be031eda928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be03233172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be032332fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be032332fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be0329bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7be0329bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7be0329bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7be0329ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7be032305f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7be0324032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7be0324032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7be0324032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7be032304d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7be0323ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7be0323ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7be0323a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7be0323a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7be0323a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7be032381960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7be032381960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7be032380977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7be032380977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7be0322a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7be0322a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7be0322a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7be0324007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7be0324005fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be03233172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be032338b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be0323510a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7be0323510a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7be0323510a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7be0322b8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7be0322b8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7be03232064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7be03232116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7be03232116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7be03232116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7be0323229f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7be03230988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7be0329c7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7be0329c7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7be0329c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7be0329c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7be0329c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7be0329c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7be032e27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7be032e27db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7be032e276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7be031eda928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fe050ffdd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be03233172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be032332fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be032332fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be0329bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be0329bec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7be0329bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7be0329bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7be0329b519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7be0329b519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7be0329b18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7be0329b18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7be0329c753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7be0329c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7be0329c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7be0329c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7be032e27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7be032e27db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7be032e276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7be031eda928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fe050ffdd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be03233172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be032332fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be032332fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be0329bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be0329bec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be0329bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7be0329bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7be0329ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7be032305f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7be0324032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7be0324032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7be0324032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7be032304d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7be0323ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7be0323ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7be0323a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7be0323a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7be0323a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7be032381960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7be032381960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7be032380977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7be032380977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7be0322a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7be0322a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7be0322a9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be032299f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be032299f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be032319806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be032319806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be0329bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7be0329bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7be0329bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7be0329ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7be032305f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7be0324032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7be0324032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7be0324032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7be032304d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7be0323ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7be0323ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7be0323a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7be0323a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7be0323a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7be032381960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7be032381960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7be032380977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7be032380977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7be032304b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be032299f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be032299f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be032319806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be032319806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be0329bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be0329bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7be0329bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7be0329ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7be032305f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7be0324032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7be0324032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7be0324032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7be032304d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7be0323ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7be0323ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7be0323a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7be0323a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7be0323a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7be032381960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7be032381960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7be032380977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7be032380977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7be0322a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7be0322a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7be0322a9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be032299f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be032299f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be032319d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be032319d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7be0322b8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7be0322a8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7be0322a8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7be0323af722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7be0323a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7be0323a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7be0323a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7be032381960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7be032381960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7be032380977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7be032380977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7be0322a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7be0322a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7be0322a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7be0324007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7be0324005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7be0329c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7be0329c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7be0329c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7be0329c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7be0329c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7be032e27db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7be032e27db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7be032e276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7be031eda928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be03233172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be032338b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be0323510a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7be0323510a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7be0323510a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7be0322b8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7be0322b8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7be03232064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7be03232116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7be03232116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7be03232116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7be03231d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7be0322fd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7be032305f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7be0324032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7be0324032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7be0324032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7be032304d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7be0323ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7be0323ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7be0323a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7be0323a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7be0323a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7be032381960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7be032381960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7be0322a8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be0322a8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7be0323af722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7be0323ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7be0323ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7be0322a9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7be0322a9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7be0322a968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7be0322a968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7be0324019d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7be0324019d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7be0329c75c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be03229d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7be03229d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7be0329bf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be0329bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be0329bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be0329bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7be0329bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7be0329ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7be032305f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7be0324032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7be0324032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7be0324032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7be032304d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7be0323ad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7be0323ad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7be0323a58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7be0323a58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7be0323a58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7be032381960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7be032381960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7be032380977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7be032380977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7be0322a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7be0322a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 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/xd9l/0021df/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021df/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/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b00f06c1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b00f06c0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b00f06c0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b00f05e936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b00f05e936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[pq-ReadTopicWithSchema-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021df/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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.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/xd9l/0021df/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021df/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/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1465392
DEBUG    ya.test:process.py:259 Command (pid 1465392) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1465392) elapsed time (sec): 19.03369164466858
DEBUG    ya.test:process.py:263 Command (pid 1465392) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1465392) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1465392) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1465392) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1465392) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1465392) maxrss: 1465836
DEBUG    ya.test:process.py:263 Command (pid 1465392) minflt: 964180
DEBUG    ya.test:process.py:263 Command (pid 1465392) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1465392) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1465392) nivcsw: 864
DEBUG    ya.test:process.py:263 Command (pid 1465392) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1465392) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1465392) nvcsw: 104081
DEBUG    ya.test:process.py:263 Command (pid 1465392) oublock: 9600
DEBUG    ya.test:process.py:263 Command (pid 1465392) stime: 3.974211
DEBUG    ya.test:process.py:263 Command (pid 1465392) utime: 10.783405
DEBUG    ya.test:process.py:263 Command (pid 1465392) wtime: 19.037
DEBUG    ya.test:process.py:275 Command (pid 1465392) output:
2025-12-04T18:38:44.027754Z Fetching udfs...
2025-12-04T18:38:44.444883Z Initialization of fq runner...
2025-12-04T18:38:47.664476Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.614154s
2025-12-04T18:38:48.283360Z Fetching query results...
2025-12-04T18:38:48.283380Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1465392) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b00f07407c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b00f07405fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b00f0d080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b00f0d078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b00f0d04bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b00f0d04aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b00f0d04ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b00f1167db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b00f1167db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7b00f11676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7b00f021a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b00f05d9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b00f05d9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b00f0659806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b00f0659806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b00f0cfee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b00f0cfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b00f0d00090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b00f0d00090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b00f06f03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b00f06ed2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b00f06ed2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b00f06e58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b00f06e58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b00f06e58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b00f06c1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b00f06c1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b00f06c0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b00f06c0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b00f05e936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b00f05e936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b00f05e9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b00f07407c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b00f07405fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b00f0d080c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b00f05d9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b00f05d9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b00f0659806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b00f0659806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b00f0cfee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b00f0cfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b00f0d00090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b00f0d00090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b00f06f03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b00f06ed2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b00f06ed2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b00f06e58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b00f06e58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b00f06e58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b00f06c1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b00f06c1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b00f06c0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b00f06c0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b00f05e936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b00f05e936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b00f05e9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b00f07407c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b00f07405fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b00f0d080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b00f0d078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b00f0d04bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b00f0d04aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b00f067172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b00f0672fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b00f0672fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b00f0cff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b00f0cfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b00f0cfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b00f0d2b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b00f0645f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b00f07432f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b00f07432f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b00f07432f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b00f0644d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b00f06c0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b00f06c0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b00f05e936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b00f05e936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b00f05e9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b00f07407c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b00f0741a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b00f0741a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b00f0741a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b00f0d075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b00f0d04bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b00f0d04aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b00f067172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b00f0678b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b00f05f38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b00f05fcb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b00f0d073ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b00f0d071ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b00f0d06f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b00f0d04a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b00f0d04a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b00f0d04ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b00f1167db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b00f1167db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7b00f11676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7b00f021a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f010f343d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b00f05d9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b00f05d9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b00f0659eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b00f0659eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b00f06f3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b00f06f3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b00f06ef957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b00f06ed2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b00f06ed2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b00f06e58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b00f06e58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b00f06e58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b00f06c1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b00f06c1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b00f06c0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b00f06c0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b00f05e936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b00f05e936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b00f05e9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b00f07407c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b00f07405fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b00f0d080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b00f0d078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b00f0d04bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b00f0d04aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b00f0d04ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b00f1167db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b00f1167db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7b00f11676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7b00f021a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b00f067172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b00f0672fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b00f0672fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b00f0cff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b00f0cfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b00f0cfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b00f0d2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b00f0645f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b00f07432f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b00f07432f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b00f07432f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b00f0644d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b00f06ed2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b00f06ed2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b00f06e58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b00f06e58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b00f06e58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b00f06c1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b00f06c1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b00f06c0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b00f06c0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b00f05e936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b00f05e936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b00f05e9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b00f07407c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b00f07405fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b00f067172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b00f0678b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b00f06910a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b00f06910a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b00f06910a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b00f05f8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b00f05f8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b00f066064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b00f066116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b00f066116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b00f066116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b00f06629f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b00f064988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b00f0d07044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b00f0d07044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b00f0d06f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b00f0d04a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b00f0d04a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b00f0d04ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b00f1167db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b00f1167db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7b00f11676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7b00f021a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f010f343d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b00f067172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b00f0672fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b00f0672fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b00f0cff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b00f0cfec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b00f0cfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b00f0cfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b00f0cf519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b00f0cf519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b00f0cf18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b00f0cf18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b00f0d0753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b00f0d04bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b00f0d04aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b00f0d04ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b00f1167db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b00f1167db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7b00f11676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7b00f021a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f010f343d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b00f067172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b00f0672fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b00f0672fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b00f0cff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b00f0cfec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b00f0cfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b00f0cfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b00f0d2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b00f0645f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b00f07432f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b00f07432f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b00f07432f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b00f0644d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b00f06ed2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b00f06ed2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b00f06e58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b00f06e58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b00f06e58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b00f06c1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b00f06c1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b00f06c0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b00f06c0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b00f05e936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b00f05e936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b00f05e9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b00f05d9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b00f05d9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b00f0659806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b00f0659806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b00f0cfee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b00f0cfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b00f0cfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b00f0d2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b00f0645f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b00f07432f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b00f07432f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b00f07432f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b00f0644d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b00f06ed2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b00f06ed2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b00f06e58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b00f06e58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b00f06e58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b00f06c1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b00f06c1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b00f06c0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b00f06c0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b00f0644b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b00f05d9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b00f05d9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b00f0659806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b00f0659806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b00f0cfee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b00f0cfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b00f0cfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b00f0d2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b00f0645f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b00f07432f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b00f07432f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b00f07432f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b00f0644d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b00f06ed2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b00f06ed2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b00f06e58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b00f06e58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b00f06e58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b00f06c1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b00f06c1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b00f06c0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b00f06c0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b00f05e936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b00f05e936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b00f05e9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b00f05d9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b00f05d9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b00f0659d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b00f0659d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b00f05f8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b00f05e8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b00f05e8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b00f06ef722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b00f06e58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b00f06e58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b00f06e58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b00f06c1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b00f06c1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b00f06c0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b00f06c0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b00f05e936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b00f05e936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b00f05e9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b00f07407c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b00f07405fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b00f0d080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b00f0d078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b00f0d04bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b00f0d04aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b00f0d04ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b00f1167db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b00f1167db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7b00f11676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7b00f021a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b00f067172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b00f0678b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b00f06910a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b00f06910a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b00f06910a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b00f05f8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b00f05f8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b00f066064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b00f066116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b00f066116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b00f066116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b00f065d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b00f063d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b00f0645f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b00f07432f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b00f07432f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b00f07432f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b00f0644d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b00f06ed2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b00f06ed2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b00f06e58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b00f06e58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b00f06e58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b00f06c1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b00f06c1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b00f05e8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b00f05e8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b00f06ef722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b00f06ed2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b00f06ed2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b00f05e9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b00f05e9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b00f05e968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b00f05e968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b00f07419d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b00f07419d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b00f0d075c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b00f05dd882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b00f05dd882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b00f0cff0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b00f0cfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b00f0cfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b00f0d2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b00f0645f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b00f07432f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b00f07432f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b00f07432f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b00f0644d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b00f06ed2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b00f06ed2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b00f06e58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b00f06e58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b00f06e58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b00f06c1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b00f06c1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b00f06c0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b00f06c0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b00f05e936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b00f05e936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 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 0x7b00f07407c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b00f07405fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b00f0d080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b00f0d078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b00f0d04bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b00f0d04aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b00f0d04ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b00f1167db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b00f1167db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7b00f11676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7b00f021a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b00f05d9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b00f05d9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b00f0659806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b00f0659806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b00f0cfee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b00f0cfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b00f0d00090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b00f0d00090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b00f06f03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b00f06ed2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b00f06ed2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b00f06e58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b00f06e58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b00f06e58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b00f06c1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b00f06c1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b00f06c0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b00f06c0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b00f05e936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b00f05e936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b00f05e9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b00f07407c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b00f07405fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b00f0d080c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b00f05d9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b00f05d9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b00f0659806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b00f0659806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b00f0cfee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b00f0cfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b00f0d00090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b00f0d00090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b00f06f03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b00f06ed2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b00f06ed2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b00f06e58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b00f06e58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b00f06e58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b00f06c1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b00f06c1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b00f06c0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b00f06c0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b00f05e936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b00f05e936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b00f05e9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b00f07407c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b00f07405fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b00f0d080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b00f0d078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b00f0d04bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b00f0d04aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b00f067172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b00f0672fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b00f0672fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b00f0cff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b00f0cfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b00f0cfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b00f0d2b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b00f0645f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b00f07432f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b00f07432f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b00f07432f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b00f0644d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b00f06c0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b00f06c0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b00f05e936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b00f05e936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b00f05e9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b00f07407c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b00f0741a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b00f0741a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b00f0741a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b00f0d075c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b00f0d04bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b00f0d04aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b00f067172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b00f0678b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b00f05f38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b00f05fcb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b00f0d073ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b00f0d071ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b00f0d06f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b00f0d04a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b00f0d04a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b00f0d04ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b00f1167db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b00f1167db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7b00f11676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7b00f021a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f010f343d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b00f05d9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b00f05d9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b00f0659eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b00f0659eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b00f06f3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b00f06f3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b00f06ef957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b00f06ed2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b00f06ed2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b00f06e58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b00f06e58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b00f06e58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b00f06c1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b00f06c1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b00f06c0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b00f06c0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b00f05e936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b00f05e936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b00f05e9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b00f07407c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b00f07405fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b00f0d080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b00f0d078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b00f0d04bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b00f0d04aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b00f0d04ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b00f1167db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b00f1167db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7b00f11676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7b00f021a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b00f067172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b00f0672fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b00f0672fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b00f0cff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b00f0cfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b00f0cfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b00f0d2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b00f0645f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b00f07432f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b00f07432f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b00f07432f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b00f0644d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b00f06ed2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b00f06ed2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b00f06e58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b00f06e58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b00f06e58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b00f06c1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b00f06c1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b00f06c0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b00f06c0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b00f05e936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b00f05e936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b00f05e9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b00f07407c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b00f07405fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b00f067172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b00f0678b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b00f06910a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b00f06910a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b00f06910a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b00f05f8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b00f05f8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b00f066064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b00f066116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b00f066116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b00f066116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b00f06629f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b00f064988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b00f0d07044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b00f0d07044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b00f0d06f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b00f0d04a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b00f0d04a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b00f0d04ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b00f1167db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b00f1167db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7b00f11676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7b00f021a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f010f343d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b00f067172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b00f0672fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b00f0672fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b00f0cff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b00f0cfec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b00f0cfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b00f0cfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b00f0cf519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b00f0cf519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b00f0cf18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b00f0cf18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b00f0d0753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b00f0d04bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b00f0d04aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b00f0d04ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b00f1167db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b00f1167db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7b00f11676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7b00f021a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f010f343d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b00f067172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b00f0672fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b00f0672fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b00f0cff065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b00f0cfec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b00f0cfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b00f0cfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b00f0d2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b00f0645f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b00f07432f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b00f07432f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b00f07432f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b00f0644d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b00f06ed2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b00f06ed2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b00f06e58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b00f06e58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b00f06e58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b00f06c1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b00f06c1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b00f06c0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b00f06c0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b00f05e936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b00f05e936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b00f05e9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b00f05d9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b00f05d9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b00f0659806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b00f0659806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b00f0cfee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b00f0cfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b00f0cfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b00f0d2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b00f0645f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b00f07432f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b00f07432f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b00f07432f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b00f0644d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b00f06ed2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b00f06ed2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b00f06e58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b00f06e58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b00f06e58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b00f06c1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b00f06c1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b00f06c0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b00f06c0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b00f0644b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b00f05d9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b00f05d9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b00f0659806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b00f0659806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b00f0cfee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b00f0cfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b00f0cfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b00f0d2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b00f0645f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b00f07432f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b00f07432f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b00f07432f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b00f0644d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b00f06ed2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b00f06ed2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b00f06e58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b00f06e58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b00f06e58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b00f06c1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b00f06c1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b00f06c0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b00f06c0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b00f05e936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b00f05e936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b00f05e9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b00f05d9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b00f05d9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b00f0659d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b00f0659d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b00f05f8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b00f05e8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b00f05e8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b00f06ef722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b00f06e58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b00f06e58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b00f06e58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b00f06c1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b00f06c1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b00f06c0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b00f06c0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b00f05e936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b00f05e936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b00f05e9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b00f07407c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b00f07405fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b00f0d080c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b00f0d078d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b00f0d04bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b00f0d04aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b00f0d04ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b00f1167db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b00f1167db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7b00f11676a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7b00f021a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b00f067172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b00f0678b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b00f06910a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b00f06910a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b00f06910a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b00f05f8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b00f05f8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b00f066064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b00f066116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b00f066116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b00f066116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b00f065d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b00f063d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b00f0645f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b00f07432f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b00f07432f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b00f07432f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b00f0644d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b00f06ed2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b00f06ed2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b00f06e58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b00f06e58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b00f06e58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b00f06c1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b00f06c1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b00f05e8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b00f05e8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b00f06ef722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b00f06ed2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b00f06ed2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b00f05e9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b00f05e9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b00f05e968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b00f05e968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b00f07419d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b00f07419d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b00f0d075c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b00f05dd882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b00f05dd882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b00f0cff0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b00f0cfee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b00f0cfec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b00f0cfc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b00f0cfc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b00f0d2bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b00f0645f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b00f07432f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b00f07432f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b00f07432f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b00f0644d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b00f06ed2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b00f06ed2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b00f06e58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b00f06e58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b00f06e58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b00f06c1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b00f06c1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b00f06c0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b00f06c0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b00f05e936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b00f05e936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
______________________ 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/xd9l/0021df/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021df/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/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b6741d31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b6741d30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b6741d30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b6741c5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b6741c5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[pq-ReadTwoTopics-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021df/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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.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/xd9l/0021df/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021df/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/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1476359
DEBUG    ya.test:process.py:259 Command (pid 1476359) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1476359) elapsed time (sec): 19.212209224700928
DEBUG    ya.test:process.py:263 Command (pid 1476359) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1476359) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1476359) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1476359) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1476359) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1476359) maxrss: 1449536
DEBUG    ya.test:process.py:263 Command (pid 1476359) minflt: 955379
DEBUG    ya.test:process.py:263 Command (pid 1476359) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1476359) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1476359) nivcsw: 1580
DEBUG    ya.test:process.py:263 Command (pid 1476359) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1476359) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1476359) nvcsw: 103680
DEBUG    ya.test:process.py:263 Command (pid 1476359) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 1476359) stime: 3.727877
DEBUG    ya.test:process.py:263 Command (pid 1476359) utime: 11.970778
DEBUG    ya.test:process.py:263 Command (pid 1476359) wtime: 19.215
DEBUG    ya.test:process.py:275 Command (pid 1476359) output:
2025-12-04T18:39:03.488602Z Fetching udfs...
2025-12-04T18:39:04.046255Z Initialization of fq runner...
2025-12-04T18:39:08.844773Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.517460s
2025-12-04T18:39:09.366722Z Fetching query results...
2025-12-04T18:39:09.366751Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1476359) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b6741db07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b6741db05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b67423780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b67423778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b6742374bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b6742374aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b6742374ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b67427d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b67427d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7b67427d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7b674188a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6741c49f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b6741c49f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b6741cc9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b6741cc9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b674236ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b674236c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b6742370090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b6742370090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b6741d603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b6741d5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b6741d5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b6741d558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b6741d558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b6741d558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b6741d31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b6741d31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b6741d30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b6741d30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b6741c5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b6741c5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b6741c59272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b6741db07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b6741db05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b67423780c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6741c49f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b6741c49f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b6741cc9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b6741cc9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b674236ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b674236c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b6742370090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b6742370090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b6741d603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b6741d5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b6741d5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b6741d558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b6741d558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b6741d558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b6741d31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b6741d31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b6741d30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b6741d30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b6741c5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b6741c5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b6741c59272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b6741db07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b6741db05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b67423780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b67423778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b6742374bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b6742374aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6741ce172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6741ce2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b6741ce2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b674236f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b674236c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b674236c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b674239b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b6741cb5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b6741db32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b6741db32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b6741db32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b6741cb4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b6741d30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b6741d30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b6741c5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b6741c5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b6741c59272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b6741db07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b6741db1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b6741db1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b6741db1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b67423775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b6742374bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b6742374aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6741ce172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6741ce8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b6741c638f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b6741c6cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b67423773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b67423771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b6742376f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b6742374a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b6742374a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b6742374ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b67427d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b67427d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7b67427d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7b674188a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f67609abd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6741c49f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b6741c49f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b6741cc9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b6741cc9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b6741d63206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b6741d63206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b6741d5f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b6741d5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b6741d5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b6741d558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b6741d558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b6741d558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b6741d31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b6741d31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b6741d30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b6741d30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b6741c5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b6741c5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b6741c59272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b6741db07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b6741db05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b67423780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b67423778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b6742374bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b6742374aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b6742374ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b67427d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b67427d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7b67427d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7b674188a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6741ce172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6741ce2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b6741ce2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b674236f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b674236c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b674236c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b674239bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b6741cb5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b6741db32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b6741db32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b6741db32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b6741cb4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b6741d5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b6741d5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b6741d558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b6741d558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b6741d558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b6741d31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b6741d31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b6741d30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b6741d30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b6741c5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b6741c5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b6741c59272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b6741db07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b6741db05fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6741ce172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6741ce8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b6741d010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b6741d010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b6741d010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b6741c68dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b6741c68dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b6741cd064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b6741cd116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b6741cd116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b6741cd116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b6741cd29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b6741cb988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b6742377044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b6742377044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b6742376f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b6742374a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b6742374a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b6742374ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b67427d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b67427d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7b67427d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7b674188a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f67609abd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6741ce172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6741ce2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b6741ce2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b674236f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b674236ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b674236c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b674236c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b674236519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b674236519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b67423618ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b67423618c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b674237753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b6742374bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b6742374aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b6742374ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b67427d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b67427d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7b67427d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7b674188a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f67609abd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6741ce172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6741ce2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b6741ce2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b674236f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b674236ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b674236c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b674236c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b674239bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b6741cb5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b6741db32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b6741db32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b6741db32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b6741cb4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b6741d5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b6741d5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b6741d558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b6741d558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b6741d558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b6741d31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b6741d31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b6741d30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b6741d30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b6741c5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b6741c5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b6741c59272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6741c49f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b6741c49f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b6741cc9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b6741cc9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b674236ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b674236c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b674236c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b674239bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b6741cb5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b6741db32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b6741db32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b6741db32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b6741cb4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b6741d5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b6741d5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b6741d558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b6741d558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b6741d558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b6741d31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b6741d31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b6741d30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b6741d30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b6741cb4b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6741c49f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b6741c49f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b6741cc9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b6741cc9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b674236ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b674236c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b674236c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b674239bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b6741cb5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b6741db32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b6741db32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b6741db32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b6741cb4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b6741d5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b6741d5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b6741d558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b6741d558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b6741d558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b6741d31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b6741d31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b6741d30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b6741d30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b6741c5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b6741c5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b6741c59272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6741c49f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b6741c49f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b6741cc9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b6741cc9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b6741c68ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b6741c58ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b6741c58ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b6741d5f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b6741d558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b6741d558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b6741d558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b6741d31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b6741d31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b6741d30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b6741d30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b6741c5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b6741c5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b6741c59272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b6741db07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b6741db05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b67423780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b67423778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b6742374bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b6742374aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b6742374ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b67427d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b67427d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7b67427d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7b674188a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6741ce172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b6741ce8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b6741d010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b6741d010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b6741d010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b6741c68dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b6741c68dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b6741cd064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b6741cd116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b6741cd116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b6741cd116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b6741ccd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b6741cad4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b6741cb5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b6741db32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b6741db32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b6741db32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b6741cb4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b6741d5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b6741d5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b6741d558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b6741d558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b6741d558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b6741d31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b6741d31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b6741c58ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b6741c58ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b6741d5f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b6741d5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b6741d5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b6741c59091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b6741c59091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b6741c5968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b6741c5968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b6741db19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b6741db19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b67423775c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b6741c4d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b6741c4d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b674236f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b674236c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b674236c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b674239bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b6741cb5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b6741db32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b6741db32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b6741db32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b6741cb4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b6741d5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b6741d5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b6741d558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b6741d558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b6741d558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b6741d31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b6741d31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b6741d30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b6741d30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b6741c5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b6741c5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 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 0x7b6741db07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b6741db05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b67423780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b67423778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b6742374bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b6742374aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b6742374ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b67427d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b67427d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7b67427d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7b674188a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6741c49f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b6741c49f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b6741cc9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b6741cc9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b674236ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b674236c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b6742370090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b6742370090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b6741d603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b6741d5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b6741d5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b6741d558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b6741d558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b6741d558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b6741d31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b6741d31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b6741d30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b6741d30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b6741c5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b6741c5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b6741c59272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b6741db07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b6741db05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b67423780c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6741c49f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b6741c49f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b6741cc9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b6741cc9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b674236ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b674236c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b6742370090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b6742370090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b6741d603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b6741d5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b6741d5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b6741d558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b6741d558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b6741d558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b6741d31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b6741d31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b6741d30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b6741d30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b6741c5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b6741c5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b6741c59272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b6741db07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b6741db05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b67423780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b67423778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b6742374bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b6742374aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6741ce172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6741ce2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b6741ce2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b674236f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b674236c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b674236c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b674239b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b6741cb5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b6741db32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b6741db32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b6741db32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b6741cb4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b6741d30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b6741d30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b6741c5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b6741c5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b6741c59272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b6741db07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b6741db1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b6741db1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b6741db1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b67423775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b6742374bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b6742374aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6741ce172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6741ce8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b6741c638f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b6741c6cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b67423773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b67423771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b6742376f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b6742374a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b6742374a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b6742374ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b67427d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b67427d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7b67427d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7b674188a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f67609abd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6741c49f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b6741c49f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b6741cc9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b6741cc9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b6741d63206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b6741d63206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b6741d5f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b6741d5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b6741d5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b6741d558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b6741d558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b6741d558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b6741d31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b6741d31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b6741d30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b6741d30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b6741c5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b6741c5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b6741c59272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b6741db07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b6741db05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b67423780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b67423778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b6742374bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b6742374aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b6742374ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b67427d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b67427d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7b67427d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7b674188a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6741ce172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6741ce2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b6741ce2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b674236f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b674236c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b674236c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b674239bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b6741cb5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b6741db32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b6741db32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b6741db32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b6741cb4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b6741d5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b6741d5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b6741d558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b6741d558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b6741d558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b6741d31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b6741d31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b6741d30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b6741d30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b6741c5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b6741c5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b6741c59272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b6741db07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b6741db05fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6741ce172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6741ce8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b6741d010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b6741d010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b6741d010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b6741c68dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b6741c68dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b6741cd064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b6741cd116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b6741cd116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b6741cd116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b6741cd29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b6741cb988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b6742377044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b6742377044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b6742376f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b6742374a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b6742374a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b6742374ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b67427d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b67427d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7b67427d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7b674188a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f67609abd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6741ce172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6741ce2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b6741ce2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b674236f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b674236ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b674236c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b674236c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b674236519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b674236519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b67423618ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b67423618c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b674237753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b6742374bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b6742374aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b6742374ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b67427d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b67427d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7b67427d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7b674188a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f67609abd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6741ce172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6741ce2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b6741ce2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b674236f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b674236ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b674236c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b674236c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b674239bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b6741cb5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b6741db32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b6741db32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b6741db32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b6741cb4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b6741d5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b6741d5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b6741d558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b6741d558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b6741d558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b6741d31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b6741d31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b6741d30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b6741d30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b6741c5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b6741c5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b6741c59272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6741c49f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b6741c49f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b6741cc9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b6741cc9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b674236ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b674236c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b674236c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b674239bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b6741cb5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b6741db32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b6741db32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b6741db32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b6741cb4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b6741d5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b6741d5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b6741d558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b6741d558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b6741d558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b6741d31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b6741d31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b6741d30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b6741d30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b6741cb4b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6741c49f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b6741c49f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b6741cc9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b6741cc9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b674236ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b674236c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b674236c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b674239bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b6741cb5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b6741db32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b6741db32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b6741db32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b6741cb4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b6741d5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b6741d5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b6741d558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b6741d558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b6741d558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b6741d31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b6741d31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b6741d30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b6741d30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b6741c5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b6741c5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b6741c59272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6741c49f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b6741c49f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b6741cc9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b6741cc9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b6741c68ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b6741c58ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b6741c58ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b6741d5f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b6741d558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b6741d558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b6741d558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b6741d31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b6741d31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b6741d30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b6741d30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b6741c5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b6741c5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b6741c59272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b6741db07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b6741db05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b67423780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b67423778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b6742374bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b6742374aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b6742374ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b67427d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b67427d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7b67427d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7b674188a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6741ce172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b6741ce8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b6741d010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b6741d010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b6741d010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b6741c68dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b6741c68dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b6741cd064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b6741cd116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b6741cd116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b6741cd116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b6741ccd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b6741cad4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b6741cb5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b6741db32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b6741db32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b6741db32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b6741cb4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b6741d5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b6741d5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b6741d558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b6741d558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b6741d558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b6741d31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b6741d31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b6741c58ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b6741c58ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b6741d5f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b6741d5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b6741d5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b6741c59091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b6741c59091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b6741c5968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b6741c5968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b6741db19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b6741db19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b67423775c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b6741c4d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b6741c4d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b674236f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b674236ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b674236ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b674236c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b674236c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b674239bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b6741cb5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b6741db32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b6741db32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b6741db32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b6741cb4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b6741d5d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b6741d5d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b6741d558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b6741d558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b6741d558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b6741d31960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b6741d31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b6741d30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b6741d30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b6741c5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b6741c5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 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/xd9l/0021df/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021df/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/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bc027651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bc027650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bc027650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bc02757936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bc02757936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[pq-ReadWriteSameTopic-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021df/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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.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/xd9l/0021df/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021df/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/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1484015
DEBUG    ya.test:process.py:259 Command (pid 1484015) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1484015) elapsed time (sec): 21.411704540252686
DEBUG    ya.test:process.py:263 Command (pid 1484015) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1484015) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1484015) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1484015) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1484015) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1484015) maxrss: 1443244
DEBUG    ya.test:process.py:263 Command (pid 1484015) minflt: 952455
DEBUG    ya.test:process.py:263 Command (pid 1484015) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1484015) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1484015) nivcsw: 2323
DEBUG    ya.test:process.py:263 Command (pid 1484015) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1484015) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1484015) nvcsw: 100374
DEBUG    ya.test:process.py:263 Command (pid 1484015) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 1484015) stime: 4.026741
DEBUG    ya.test:process.py:263 Command (pid 1484015) utime: 11.724181
DEBUG    ya.test:process.py:263 Command (pid 1484015) wtime: 21.415
DEBUG    ya.test:process.py:275 Command (pid 1484015) output:
2025-12-04T18:39:23.093196Z Fetching udfs...
2025-12-04T18:39:23.628376Z Initialization of fq runner...
2025-12-04T18:39:28.384325Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.657309s
2025-12-04T18:39:29.048679Z Fetching query results...
2025-12-04T18:39:29.048711Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1484015) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bc0276d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bc0276d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bc027c980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bc027c978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bc027c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bc027c94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bc027c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bc0280f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7bc0280f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7bc0280f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7bc0271aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc027569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc027569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc0275e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc0275e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc027c8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc027c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc027c90090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bc027c90090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bc0276803ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bc02767d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bc02767d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bc0276758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bc0276758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bc0276758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bc027651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bc027651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bc027650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bc027650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bc02757936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bc02757936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bc027579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bc0276d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bc0276d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bc027c980c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc027569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc027569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc0275e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc0275e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc027c8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc027c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bc027c90090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bc027c90090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bc0276803ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bc02767d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bc02767d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bc0276758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bc0276758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bc0276758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bc027651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bc027651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bc027650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bc027650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bc02757936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bc02757936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bc027579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bc0276d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bc0276d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bc027c980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bc027c978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bc027c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bc027c94aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc02760172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc027602fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc027602fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc027c8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bc027c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bc027c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bc027cbb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bc0275d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bc0276d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bc0276d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bc0276d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bc0275d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bc027650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bc027650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bc02757936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc02757936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bc027579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bc0276d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bc0276d1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bc0276d1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bc0276d1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bc027c975c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bc027c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bc027c94aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc02760172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc027608b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc0275838f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bc02758cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bc027c973ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bc027c971ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bc027c96f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bc027c94a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bc027c94a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bc027c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bc0280f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bc0280f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7bc0280f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7bc0271aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fc0462d6d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc027569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc027569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc0275e9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc0275e9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bc027683206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bc027683206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bc02767f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bc02767d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bc02767d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bc0276758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bc0276758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bc0276758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bc027651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bc027651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bc027650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bc027650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bc02757936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bc02757936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bc027579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bc0276d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bc0276d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bc027c980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bc027c978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bc027c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bc027c94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bc027c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bc0280f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bc0280f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7bc0280f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7bc0271aa928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc02760172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc027602fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc027602fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc027c8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bc027c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bc027c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bc027cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bc0275d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bc0276d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bc0276d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bc0276d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bc0275d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bc02767d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bc02767d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bc0276758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bc0276758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bc0276758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bc027651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bc027651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bc027650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bc027650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bc02757936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bc02757936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bc027579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bc0276d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bc0276d05fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc02760172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc027608b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc0276210a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc0276210a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc0276210a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc027588dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc027588dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc0275f064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc0275f116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc0275f116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc0275f116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc0275f29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bc0275d988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bc027c97044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bc027c97044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bc027c96f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bc027c94a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bc027c94a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bc027c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bc0280f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bc0280f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7bc0280f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7bc0271aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fc0462d6d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc02760172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc027602fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc027602fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc027c8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc027c8ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc027c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc027c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bc027c8519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bc027c8519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bc027c818ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bc027c818c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bc027c9753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bc027c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bc027c94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bc027c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bc0280f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7bc0280f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7bc0280f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7bc0271aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fc0462d6d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc02760172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc027602fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc027602fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc027c8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc027c8ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc027c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bc027c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bc027cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bc0275d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bc0276d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bc0276d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bc0276d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bc0275d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bc02767d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bc02767d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bc0276758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bc0276758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bc0276758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bc027651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bc027651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bc027650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bc027650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bc02757936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bc02757936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bc027579272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc027569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc027569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc0275e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc0275e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc027c8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bc027c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bc027c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bc027cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bc0275d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bc0276d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bc0276d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bc0276d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bc0275d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bc02767d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bc02767d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bc0276758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bc0276758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bc0276758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bc027651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bc027651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bc027650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bc027650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bc0275d4b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc027569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc027569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc0275e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc0275e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc027c8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc027c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc027c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc027cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc0275d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc0276d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc0276d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bc0276d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc0275d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bc02767d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc02767d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc0276758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc0276758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc0276758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc027651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc027651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bc027650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc027650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc02757936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc02757936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bc027579272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc027569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc027569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc0275e9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc0275e9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bc027588ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bc027578ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bc027578ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bc02767f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bc0276758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bc0276758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bc0276758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bc027651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bc027651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bc027650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bc027650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bc02757936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bc02757936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bc027579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bc0276d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bc0276d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bc027c980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bc027c978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bc027c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bc027c94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bc027c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bc0280f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bc0280f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7bc0280f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7bc0271aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc02760172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc027608b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc0276210a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc0276210a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc0276210a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc027588dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc027588dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc0275f064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc0275f116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc0275f116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc0275f116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc0275ed12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bc0275cd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bc0275d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bc0276d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bc0276d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bc0276d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bc0275d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bc02767d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bc02767d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bc0276758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bc0276758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bc0276758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bc027651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bc027651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bc027578ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc027578ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bc02767f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bc02767d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bc02767d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bc027579091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bc027579091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bc02757968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bc02757968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bc0276d19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bc0276d19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bc027c975c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc02756d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bc02756d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bc027c8f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc027c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc027c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc027cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc0275d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc0276d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc0276d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bc0276d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc0275d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bc02767d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc02767d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc0276758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc0276758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc0276758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc027651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc027651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bc027650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc027650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc02757936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc02757936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 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 0x7bc0276d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bc0276d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bc027c980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bc027c978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bc027c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bc027c94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bc027c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bc0280f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7bc0280f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7bc0280f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7bc0271aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc027569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc027569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc0275e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc0275e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc027c8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc027c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc027c90090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bc027c90090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bc0276803ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bc02767d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bc02767d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bc0276758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bc0276758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bc0276758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bc027651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bc027651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bc027650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bc027650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bc02757936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bc02757936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bc027579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bc0276d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bc0276d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bc027c980c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc027569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc027569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc0275e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc0275e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc027c8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc027c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bc027c90090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bc027c90090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bc0276803ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bc02767d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bc02767d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bc0276758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bc0276758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bc0276758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bc027651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bc027651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bc027650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bc027650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bc02757936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bc02757936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bc027579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bc0276d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bc0276d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bc027c980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bc027c978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bc027c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bc027c94aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc02760172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc027602fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc027602fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc027c8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bc027c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bc027c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bc027cbb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bc0275d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bc0276d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bc0276d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bc0276d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bc0275d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bc027650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bc027650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bc02757936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc02757936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bc027579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bc0276d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bc0276d1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bc0276d1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bc0276d1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bc027c975c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bc027c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bc027c94aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc02760172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc027608b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc0275838f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bc02758cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bc027c973ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bc027c971ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bc027c96f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bc027c94a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bc027c94a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bc027c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bc0280f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bc0280f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7bc0280f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7bc0271aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fc0462d6d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc027569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc027569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc0275e9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc0275e9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bc027683206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bc027683206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bc02767f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bc02767d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bc02767d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bc0276758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bc0276758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bc0276758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bc027651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bc027651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bc027650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bc027650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bc02757936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bc02757936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bc027579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bc0276d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bc0276d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bc027c980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bc027c978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bc027c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bc027c94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bc027c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bc0280f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bc0280f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7bc0280f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7bc0271aa928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc02760172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc027602fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc027602fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc027c8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bc027c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bc027c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bc027cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bc0275d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bc0276d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bc0276d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bc0276d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bc0275d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bc02767d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bc02767d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bc0276758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bc0276758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bc0276758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bc027651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bc027651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bc027650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bc027650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bc02757936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bc02757936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bc027579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bc0276d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bc0276d05fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc02760172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc027608b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc0276210a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc0276210a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc0276210a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc027588dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc027588dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc0275f064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc0275f116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc0275f116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc0275f116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc0275f29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bc0275d988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bc027c97044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bc027c97044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bc027c96f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bc027c94a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bc027c94a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bc027c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bc0280f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bc0280f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7bc0280f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7bc0271aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fc0462d6d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc02760172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc027602fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc027602fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc027c8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc027c8ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc027c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc027c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bc027c8519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bc027c8519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bc027c818ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bc027c818c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bc027c9753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bc027c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bc027c94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bc027c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bc0280f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7bc0280f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7bc0280f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7bc0271aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fc0462d6d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc02760172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc027602fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc027602fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc027c8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc027c8ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc027c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bc027c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bc027cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bc0275d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bc0276d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bc0276d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bc0276d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bc0275d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bc02767d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bc02767d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bc0276758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bc0276758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bc0276758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bc027651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bc027651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bc027650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bc027650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bc02757936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bc02757936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bc027579272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc027569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc027569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc0275e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc0275e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc027c8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bc027c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bc027c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bc027cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bc0275d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bc0276d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bc0276d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bc0276d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bc0275d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bc02767d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bc02767d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bc0276758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bc0276758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bc0276758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bc027651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bc027651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bc027650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bc027650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bc0275d4b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc027569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc027569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc0275e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc0275e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc027c8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc027c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc027c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc027cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc0275d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc0276d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc0276d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bc0276d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc0275d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bc02767d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc02767d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc0276758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc0276758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc0276758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc027651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc027651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bc027650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc027650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc02757936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc02757936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bc027579272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc027569f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc027569f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc0275e9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc0275e9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bc027588ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bc027578ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bc027578ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bc02767f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bc0276758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bc0276758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bc0276758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bc027651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bc027651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bc027650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bc027650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bc02757936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bc02757936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bc027579272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bc0276d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bc0276d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bc027c980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bc027c978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bc027c94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bc027c94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bc027c94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bc0280f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bc0280f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7bc0280f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7bc0271aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc02760172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc027608b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc0276210a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc0276210a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc0276210a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc027588dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc027588dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc0275f064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc0275f116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc0275f116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc0275f116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc0275ed12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bc0275cd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bc0275d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bc0276d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bc0276d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bc0276d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bc0275d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bc02767d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bc02767d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bc0276758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bc0276758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bc0276758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bc027651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bc027651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bc027578ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc027578ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bc02767f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bc02767d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bc02767d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bc027579091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bc027579091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bc02757968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bc02757968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bc0276d19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bc0276d19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bc027c975c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc02756d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bc02756d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bc027c8f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc027c8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc027c8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc027c8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc027c8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc027cbbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc0275d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc0276d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc0276d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bc0276d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc0275d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bc02767d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc02767d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc0276758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc0276758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc0276758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc027651960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc027651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bc027650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc027650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc02757936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc02757936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 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/xd9l/0021df/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021df/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/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bea8f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bea8f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bea8f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bea8f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bea8f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[pq-ReadWriteTopic-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021df/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021df/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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.6
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.6
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021df/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/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1489321
DEBUG    ya.test:process.py:259 Command (pid 1489321) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1489321) elapsed time (sec): 20.757808446884155
DEBUG    ya.test:process.py:263 Command (pid 1489321) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1489321) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1489321) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1489321) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1489321) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1489321) maxrss: 1452776
DEBUG    ya.test:process.py:263 Command (pid 1489321) minflt: 955321
DEBUG    ya.test:process.py:263 Command (pid 1489321) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1489321) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1489321) nivcsw: 2274
DEBUG    ya.test:process.py:263 Command (pid 1489321) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1489321) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1489321) nvcsw: 102069
DEBUG    ya.test:process.py:263 Command (pid 1489321) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 1489321) stime: 3.811619
DEBUG    ya.test:process.py:263 Command (pid 1489321) utime: 12.372215
DEBUG    ya.test:process.py:263 Command (pid 1489321) wtime: 20.762
DEBUG    ya.test:process.py:275 Command (pid 1489321) output:
2025-12-04T18:39:44.831382Z Fetching udfs...
2025-12-04T18:39:45.382650Z Initialization of fq runner...
2025-12-04T18:39:49.979578Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.648116s
2025-12-04T18:39:50.639376Z Fetching query results...
2025-12-04T18:39:50.639407Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1489321) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bea8f9b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bea8f9b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bea8ff780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bea8ff778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bea8ff74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bea8ff74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bea8ff74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bea903d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7bea903d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7bea903d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7bea8f48a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bea8f849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bea8f849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bea8f8c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bea8f8c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bea8ff6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bea8ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bea8ff70090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bea8ff70090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bea8f9603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bea8f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bea8f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bea8f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bea8f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bea8f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bea8f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bea8f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bea8f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bea8f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bea8f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bea8f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bea8f859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bea8f9b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bea8f9b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bea8ff780c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bea8f849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bea8f849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bea8f8c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bea8f8c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bea8ff6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bea8ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bea8ff70090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bea8ff70090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bea8f9603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bea8f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bea8f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bea8f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bea8f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bea8f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bea8f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bea8f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bea8f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bea8f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bea8f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bea8f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bea8f859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bea8f9b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bea8f9b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bea8ff780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bea8ff778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bea8ff74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bea8ff74aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bea8f8e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bea8f8e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bea8f8e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bea8ff6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bea8ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bea8ff6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bea8ff9b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bea8f8b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bea8f9b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bea8f9b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bea8f9b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bea8f8b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bea8f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bea8f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bea8f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bea8f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bea8f859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bea8f9b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bea8f9b1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bea8f9b1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bea8f9b1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bea8ff775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bea8ff74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bea8ff74aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bea8f8e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bea8f8e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bea8f8638f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bea8f86cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bea8ff773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bea8ff771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bea8ff76f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bea8ff74a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bea8ff74a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bea8ff74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bea903d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bea903d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7bea903d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7bea8f48a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7feaae5b5d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bea8f849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bea8f849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bea8f8c9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bea8f8c9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bea8f963206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bea8f963206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bea8f95f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bea8f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bea8f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bea8f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bea8f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bea8f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bea8f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bea8f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bea8f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bea8f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bea8f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bea8f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bea8f859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bea8f9b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bea8f9b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bea8ff780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bea8ff778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bea8ff74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bea8ff74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bea8ff74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bea903d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bea903d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7bea903d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7bea8f48a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bea8f8e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bea8f8e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bea8f8e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bea8ff6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bea8ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bea8ff6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bea8ff9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bea8f8b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bea8f9b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bea8f9b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bea8f9b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bea8f8b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bea8f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bea8f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bea8f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bea8f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bea8f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bea8f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bea8f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bea8f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bea8f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bea8f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bea8f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bea8f859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bea8f9b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bea8f9b05fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bea8f8e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bea8f8e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bea8f9010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bea8f9010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bea8f9010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bea8f868dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bea8f868dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bea8f8d064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bea8f8d116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bea8f8d116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bea8f8d116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bea8f8d29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bea8f8b988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bea8ff77044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bea8ff77044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bea8ff76f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bea8ff74a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bea8ff74a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bea8ff74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bea903d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bea903d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7bea903d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7bea8f48a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7feaae5b5d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bea8f8e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bea8f8e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bea8f8e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bea8ff6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bea8ff6ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bea8ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bea8ff6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bea8ff6519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bea8ff6519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bea8ff618ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bea8ff618c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bea8ff7753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bea8ff74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bea8ff74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bea8ff74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bea903d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7bea903d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7bea903d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7bea8f48a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7feaae5b5d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bea8f8e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bea8f8e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bea8f8e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bea8ff6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bea8ff6ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bea8ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bea8ff6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bea8ff9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bea8f8b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bea8f9b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bea8f9b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bea8f9b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bea8f8b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bea8f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bea8f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bea8f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bea8f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bea8f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bea8f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bea8f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bea8f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bea8f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bea8f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bea8f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bea8f859272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bea8f849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bea8f849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bea8f8c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bea8f8c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bea8ff6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bea8ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bea8ff6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bea8ff9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bea8f8b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bea8f9b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bea8f9b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bea8f9b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bea8f8b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bea8f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bea8f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bea8f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bea8f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bea8f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bea8f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bea8f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bea8f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bea8f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bea8f8b4b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bea8f849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bea8f849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bea8f8c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bea8f8c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bea8ff6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bea8ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bea8ff6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bea8ff9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bea8f8b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bea8f9b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bea8f9b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bea8f9b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bea8f8b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bea8f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bea8f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bea8f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bea8f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bea8f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bea8f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bea8f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bea8f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bea8f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bea8f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bea8f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bea8f859272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bea8f849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bea8f849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bea8f8c9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bea8f8c9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bea8f868ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bea8f858ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bea8f858ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bea8f95f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bea8f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bea8f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bea8f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bea8f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bea8f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bea8f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bea8f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bea8f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bea8f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bea8f859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bea8f9b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bea8f9b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bea8ff780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bea8ff778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bea8ff74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bea8ff74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bea8ff74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bea903d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bea903d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7bea903d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7bea8f48a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bea8f8e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bea8f8e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bea8f9010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bea8f9010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bea8f9010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bea8f868dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bea8f868dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bea8f8d064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bea8f8d116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bea8f8d116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bea8f8d116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bea8f8cd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bea8f8ad4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bea8f8b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bea8f9b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bea8f9b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bea8f9b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bea8f8b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bea8f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bea8f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bea8f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bea8f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bea8f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bea8f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bea8f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bea8f858ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bea8f858ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bea8f95f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bea8f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bea8f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bea8f859091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bea8f859091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bea8f85968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bea8f85968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bea8f9b19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bea8f9b19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bea8ff775c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bea8f84d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bea8f84d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bea8ff6f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bea8ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bea8ff6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bea8ff9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bea8f8b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bea8f9b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bea8f9b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bea8f9b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bea8f8b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bea8f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bea8f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bea8f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bea8f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bea8f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bea8f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bea8f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bea8f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bea8f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bea8f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bea8f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 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 0x7bea8f9b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bea8f9b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bea8ff780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bea8ff778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bea8ff74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bea8ff74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bea8ff74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bea903d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7bea903d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7bea903d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7bea8f48a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bea8f849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bea8f849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bea8f8c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bea8f8c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bea8ff6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bea8ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bea8ff70090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bea8ff70090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bea8f9603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bea8f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bea8f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bea8f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bea8f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bea8f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bea8f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bea8f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bea8f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bea8f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bea8f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bea8f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bea8f859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bea8f9b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bea8f9b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bea8ff780c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bea8f849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bea8f849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bea8f8c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bea8f8c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bea8ff6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bea8ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bea8ff70090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bea8ff70090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bea8f9603ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bea8f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bea8f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bea8f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bea8f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bea8f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bea8f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bea8f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bea8f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bea8f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bea8f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bea8f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bea8f859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bea8f9b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bea8f9b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bea8ff780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bea8ff778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bea8ff74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bea8ff74aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bea8f8e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bea8f8e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bea8f8e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bea8ff6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bea8ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bea8ff6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bea8ff9b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bea8f8b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bea8f9b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bea8f9b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bea8f9b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bea8f8b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bea8f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bea8f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bea8f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bea8f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bea8f859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bea8f9b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bea8f9b1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bea8f9b1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bea8f9b1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bea8ff775c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bea8ff74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bea8ff74aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bea8f8e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bea8f8e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bea8f8638f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bea8f86cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bea8ff773ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bea8ff771ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bea8ff76f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bea8ff74a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bea8ff74a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bea8ff74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bea903d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bea903d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7bea903d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7bea8f48a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7feaae5b5d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bea8f849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bea8f849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bea8f8c9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bea8f8c9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bea8f963206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bea8f963206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bea8f95f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bea8f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bea8f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bea8f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bea8f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bea8f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bea8f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bea8f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bea8f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bea8f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bea8f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bea8f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bea8f859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bea8f9b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bea8f9b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bea8ff780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bea8ff778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bea8ff74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bea8ff74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bea8ff74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bea903d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bea903d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7bea903d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7bea8f48a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bea8f8e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bea8f8e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bea8f8e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bea8ff6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bea8ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bea8ff6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bea8ff9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bea8f8b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bea8f9b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bea8f9b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bea8f9b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bea8f8b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bea8f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bea8f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bea8f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bea8f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bea8f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bea8f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bea8f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bea8f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bea8f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bea8f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bea8f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bea8f859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bea8f9b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bea8f9b05fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bea8f8e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bea8f8e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bea8f9010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bea8f9010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bea8f9010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bea8f868dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bea8f868dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bea8f8d064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bea8f8d116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bea8f8d116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bea8f8d116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bea8f8d29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bea8f8b988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bea8ff77044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bea8ff77044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bea8ff76f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bea8ff74a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bea8ff74a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bea8ff74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bea903d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bea903d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7bea903d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7bea8f48a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7feaae5b5d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bea8f8e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bea8f8e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bea8f8e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bea8ff6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bea8ff6ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bea8ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bea8ff6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bea8ff6519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bea8ff6519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bea8ff618ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bea8ff618c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bea8ff7753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bea8ff74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bea8ff74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bea8ff74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bea903d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7bea903d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7bea903d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7bea8f48a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7feaae5b5d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bea8f8e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bea8f8e2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bea8f8e2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bea8ff6f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bea8ff6ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bea8ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bea8ff6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bea8ff9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bea8f8b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bea8f9b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bea8f9b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bea8f9b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bea8f8b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bea8f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bea8f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bea8f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bea8f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bea8f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bea8f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bea8f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bea8f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bea8f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bea8f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bea8f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bea8f859272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bea8f849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bea8f849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bea8f8c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bea8f8c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bea8ff6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bea8ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bea8ff6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bea8ff9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bea8f8b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bea8f9b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bea8f9b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bea8f9b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bea8f8b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bea8f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bea8f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bea8f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bea8f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bea8f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bea8f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bea8f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bea8f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bea8f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bea8f8b4b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bea8f849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bea8f849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bea8f8c9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bea8f8c9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bea8ff6ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bea8ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bea8ff6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bea8ff9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bea8f8b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bea8f9b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bea8f9b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bea8f9b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bea8f8b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bea8f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bea8f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bea8f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bea8f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bea8f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bea8f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bea8f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bea8f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bea8f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bea8f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bea8f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bea8f859272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bea8f849f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bea8f849f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bea8f8c9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bea8f8c9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bea8f868ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bea8f858ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bea8f858ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bea8f95f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bea8f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bea8f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bea8f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bea8f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bea8f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bea8f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bea8f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bea8f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bea8f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bea8f859272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bea8f9b07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bea8f9b05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bea8ff780c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bea8ff778d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bea8ff74bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bea8ff74aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bea8ff74ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bea903d7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bea903d7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7bea903d76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7bea8f48a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bea8f8e172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bea8f8e8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bea8f9010a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bea8f9010a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bea8f9010a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bea8f868dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bea8f868dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bea8f8d064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bea8f8d116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bea8f8d116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bea8f8d116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bea8f8cd12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bea8f8ad4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bea8f8b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bea8f9b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bea8f9b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bea8f9b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bea8f8b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bea8f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bea8f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bea8f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bea8f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bea8f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bea8f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bea8f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bea8f858ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bea8f858ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bea8f95f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bea8f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bea8f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bea8f859091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bea8f859091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bea8f85968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bea8f85968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bea8f9b19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bea8f9b19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bea8ff775c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bea8f84d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bea8f84d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bea8ff6f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bea8ff6ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bea8ff6ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bea8ff6c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bea8ff6c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bea8ff9bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bea8f8b5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bea8f9b32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bea8f9b32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bea8f9b32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bea8f8b4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bea8f95d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bea8f95d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bea8f9558d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bea8f9558d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bea8f9558d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bea8f931960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bea8f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bea8f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bea8f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bea8f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bea8f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
21.48s call     test_sql_streaming.py::test[pq-ReadWriteSameTopic-default.txt]
20.84s call     test_sql_streaming.py::test[pq-ReadWriteTopic-default.txt]
19.75s call     test_sql_streaming.py::test[pq-ReadTopicWithMetadata-default.txt]
19.33s call     test_sql_streaming.py::test[pq-ReadTwoTopics-default.txt]
19.10s call     test_sql_streaming.py::test[pq-ReadTopicWithSchema-default.txt]
18.38s call     test_sql_streaming.py::test[pq-ReadTopicWithMetadataWithFilter-default.txt]
17.21s call     test_sql_streaming.py::test[pq-ReadTopicWithMetadataNestedDeep-default.txt]
16.73s call     test_sql_streaming.py::test[pq-ReadTopicWithMetadataInsideFilter-default.txt]
0.03s setup    test_sql_streaming.py::test[pq-ReadWriteSameTopic-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadTopicWithMetadata-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadWriteTopic-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadTopicWithMetadataNestedDeep-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadTwoTopics-default.txt]
0.01s setup    test_sql_streaming.py::test[pq-ReadTopicWithMetadataWithFilter-default.txt]
0.01s setup    test_sql_streaming.py::test[pq-ReadTopicWithMetadataInsideFilter-default.txt]
0.01s setup    test_sql_streaming.py::test[pq-ReadTopicWithSchema-default.txt]

(8 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_sql_streaming.py::test[pq-ReadTopicWithMetadata-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021df/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/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_fs0u96v0/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b9f7dc41960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b9f7dc7140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b9f7db69e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b9f7db69e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b9f7db69d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b9f7dcc0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b9f7dcc0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b9f7dc40977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b9f7dc40977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b9f7dbc4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b9f7db6936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b9f7db6936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453695 byte(s) leaked in 8615 allocation(s).
FAILED test_sql_streaming.py::test[pq-ReadTopicWithMetadataInsideFilter-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021df/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/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ae0u1_sg/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bcf95341960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bcf9537140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bcf95269e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bcf95269e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bcf95269d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bcf953c0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bcf953c0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bcf95340977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bcf95340977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bcf952c4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bcf9526936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bcf9526936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
FAILED test_sql_streaming.py::test[pq-ReadTopicWithMetadataNestedDeep-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021df/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/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_tvnyza5w/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bb07d011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bb07d04140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bb07cf39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bb07cf39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bb07cf39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bb07d090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bb07d090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bb07d010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bb07d010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bb07cf94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bb07cf3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bb07cf3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
FAILED test_sql_streaming.py::test[pq-ReadTopicWithMetadataWithFilter-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021df/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/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_x3tx7vk2/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7be032381960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7be0323b140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7be0322a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be0322a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7be0322a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7be032400cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7be032400cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7be032380977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7be032380977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7be032304b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7be0322a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7be0322a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
FAILED test_sql_streaming.py::test[pq-ReadTopicWithSchema-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021df/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/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_7kgmo_l8/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b00f06c1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b00f06f140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b00f05e9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b00f05e9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b00f05e9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b00f0740cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b00f0740cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b00f06c0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b00f06c0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b00f0644b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b00f05e936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b00f05e936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
FAILED test_sql_streaming.py::test[pq-ReadTwoTopics-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021df/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/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun__8hhh790/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b6741d31960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b6741d6140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b6741c59e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b6741c59e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b6741c59d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b6741db0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b6741db0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b6741d30977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b6741d30977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b6741cb4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b6741c5936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b6741c5936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
FAILED test_sql_streaming.py::test[pq-ReadWriteSameTopic-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021df/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/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_paqw0b14/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc027651960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc02768140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc027579e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc027579e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc027579d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc0276d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bc0276d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bc027650977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc027650977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc0275d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc02757936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc02757936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
FAILED test_sql_streaming.py::test[pq-ReadWriteTopic-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021df/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/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021df/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ttormv37/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bea8f931960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bea8f96140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bea8f859e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bea8f859e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bea8f859d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bea8f9b0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bea8f9b0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bea8f930977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bea8f930977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bea8f8b4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bea8f85936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bea8f85936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
======================== 8 failed in 155.07s (0:02:35) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.12, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/xd9l/0021e3/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-4.4.4
collected 31 items

test_sql_streaming.py FFFFFFF

=================================== FAILURES ===================================
________________ 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/xd9l/0021e3/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e3/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/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b2953851960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b2953850977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b2953850977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b295377936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b295377936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[pq-ReadWriteTopicWithSchema-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021e3/yql/udfs
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/string/libstring_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/top/libtop_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/python/python3_small/libpython3_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/digest/libdigest_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/re2/libre2_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/url_base/liburl_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperloglog/libhyperloglog_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/topfreq/libtopfreq_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/histogram/libhistogram_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/pire/libpire_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/reservoir_sampling/libreservoir_sampling_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/yson2/libyson2_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/math/libmath_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/vector/libvector_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/streaming/libstreaming_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/datetime2/libdatetime2_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/stat/libstat_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/unicode_base/libunicode_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/file/libfile_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/hyperscan/libhyperscan_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/protobuf/libprotobuf_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/set/libset_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/common/json2/libjson2_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/logs/dsv/libdsv_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/simple/libsimple_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/test/test_import/libtest_import_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/callables/libcallables_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/lists/liblists_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dicts/libdicts_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/dummylog/libdummylog.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/type_inspection/libtype_inspection_udf.so
DEBUG    yql_utils:yql_utils.py:668 Added UDF: /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps/yql/essentials/udfs/examples/structs/libstructs_udf.so
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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
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/xd9l/0021e3/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e3/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/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1443005
DEBUG    ya.test:process.py:259 Command (pid 1443005) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1443005) elapsed time (sec): 21.158432722091675
DEBUG    ya.test:process.py:263 Command (pid 1443005) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1443005) inblock: 1547736
DEBUG    ya.test:process.py:263 Command (pid 1443005) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1443005) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1443005) majflt: 794
DEBUG    ya.test:process.py:263 Command (pid 1443005) maxrss: 1452516
DEBUG    ya.test:process.py:263 Command (pid 1443005) minflt: 956385
DEBUG    ya.test:process.py:263 Command (pid 1443005) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1443005) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1443005) nivcsw: 68
DEBUG    ya.test:process.py:263 Command (pid 1443005) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1443005) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1443005) nvcsw: 103976
DEBUG    ya.test:process.py:263 Command (pid 1443005) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 1443005) stime: 4.404936
DEBUG    ya.test:process.py:263 Command (pid 1443005) utime: 10.244226
DEBUG    ya.test:process.py:263 Command (pid 1443005) wtime: 21.162
DEBUG    ya.test:process.py:275 Command (pid 1443005) output:
2025-12-04T18:37:30.931835Z Fetching udfs...
2025-12-04T18:37:32.243469Z Initialization of fq runner...
2025-12-04T18:37:35.410579Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.410119s
2025-12-04T18:37:35.825919Z Fetching query results...
2025-12-04T18:37:35.825938Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1443005) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b29538d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b29538d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b2953e980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b2953e978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b2953e94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b2953e94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b2953e94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b29542f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b29542f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7b29542f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7b29533aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2953769f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b2953769f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b29537e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b29537e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b2953e8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b2953e8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b2953e90090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b2953e90090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b29538803ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b295387d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b295387d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b29538758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b29538758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b29538758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b2953851960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b2953851960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b2953850977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b2953850977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b295377936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b295377936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b2953779272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b29538d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b29538d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b2953e980c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2953769f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b2953769f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b29537e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b29537e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b2953e8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2953e8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b2953e90090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b2953e90090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b29538803ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b295387d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b295387d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b29538758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b29538758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b29538758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b2953851960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b2953851960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b2953850977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b2953850977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b295377936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b295377936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b2953779272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b29538d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b29538d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b2953e980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b2953e978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b2953e94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b2953e94aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b295380172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b2953802fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b2953802fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b2953e8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b2953e8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b2953e8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b2953ebb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b29537d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b29538d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b29538d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b29538d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b29537d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b2953850977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b2953850977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b295377936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b295377936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b2953779272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b29538d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b29538d1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b29538d1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b29538d1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b2953e975c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b2953e94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b2953e94aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b295380172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b2953808b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b29537838f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b295378cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b2953e973ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b2953e971ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b2953e96f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b2953e94a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b2953e94a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b2953e94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b29542f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b29542f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7b29542f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7b29533aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f29724d1d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2953769f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b2953769f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b29537e9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b29537e9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b2953883206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b2953883206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b295387f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b295387d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b295387d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b29538758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b29538758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b29538758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b2953851960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b2953851960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b2953850977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b2953850977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b295377936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b295377936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b2953779272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b29538d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b29538d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b2953e980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b2953e978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b2953e94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b2953e94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b2953e94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b29542f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b29542f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7b29542f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7b29533aa928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b295380172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b2953802fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b2953802fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b2953e8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b2953e8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b2953e8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b2953ebbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b29537d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b29538d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b29538d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b29538d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b29537d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b295387d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b295387d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b29538758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b29538758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b29538758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b2953851960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b2953851960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b2953850977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b2953850977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b295377936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b295377936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b2953779272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b29538d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b29538d05fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b295380172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b2953808b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b29538210a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b29538210a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b29538210a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b2953788dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b2953788dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b29537f064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b29537f116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b29537f116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b29537f116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b29537f29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b29537d988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b2953e97044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b2953e97044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b2953e96f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b2953e94a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b2953e94a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b2953e94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b29542f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b29542f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7b29542f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7b29533aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f29724d1d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b295380172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b2953802fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b2953802fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b2953e8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b2953e8ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b2953e8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b2953e8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b2953e8519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b2953e8519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b2953e818ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b2953e818c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b2953e9753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b2953e94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b2953e94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b2953e94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b29542f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b29542f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7b29542f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7b29533aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f29724d1d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b295380172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b2953802fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b2953802fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b2953e8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b2953e8ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b2953e8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b2953e8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b2953ebbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b29537d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b29538d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b29538d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b29538d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b29537d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b295387d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b295387d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b29538758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b29538758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b29538758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b2953851960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b2953851960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b2953850977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b2953850977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b295377936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b295377936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b2953779272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2953769f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b2953769f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b29537e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b29537e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b2953e8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b2953e8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b2953e8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b2953ebbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b29537d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b29538d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b29538d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b29538d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b29537d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b295387d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b295387d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b29538758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b29538758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b29538758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b2953851960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b2953851960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b2953850977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b2953850977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b29537d4b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2953769f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b2953769f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b29537e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b29537e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b2953e8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b2953e8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b2953e8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b2953ebbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b29537d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b29538d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b29538d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b29538d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b29537d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b295387d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b295387d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b29538758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b29538758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b29538758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b2953851960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b2953851960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b2953850977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b2953850977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b295377936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b295377936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b2953779272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b2953769f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b2953769f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b29537e9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b29537e9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b2953788ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b2953778ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b2953778ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b295387f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b29538758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b29538758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b29538758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b2953851960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b2953851960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b2953850977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b2953850977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b295377936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b295377936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b2953779272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b29538d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b29538d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b2953e980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b2953e978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b2953e94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b2953e94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b2953e94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b29542f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b29542f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7b29542f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7b29533aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b295380172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b2953808b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b29538210a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b29538210a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b29538210a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b2953788dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b2953788dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b29537f064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b29537f116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b29537f116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b29537f116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b29537ed12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b29537cd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b29537d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b29538d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b29538d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b29538d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b29537d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b295387d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b295387d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b29538758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b29538758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b29538758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b2953851960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b2953851960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b2953778ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b2953778ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b295387f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b295387d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b295387d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b2953779091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b2953779091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b295377968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b295377968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b29538d19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b29538d19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b2953e975c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b295376d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b295376d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b2953e8f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b2953e8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b2953e8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b2953ebbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b29537d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b29538d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b29538d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b29538d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b29537d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b295387d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b295387d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b29538758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b29538758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b29538758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b2953851960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b2953851960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b2953850977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b2953850977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b295377936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b295377936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 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 0x7b29538d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b29538d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b2953e980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b2953e978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b2953e94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b2953e94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b2953e94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b29542f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b29542f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7b29542f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7b29533aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2953769f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b2953769f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b29537e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b29537e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b2953e8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b2953e8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b2953e90090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b2953e90090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b29538803ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b295387d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b295387d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b29538758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b29538758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b29538758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b2953851960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b2953851960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b2953850977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b2953850977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b295377936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b295377936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b2953779272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b29538d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b29538d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b2953e980c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2953769f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b2953769f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b29537e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b29537e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b2953e8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2953e8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b2953e90090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b2953e90090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b29538803ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b295387d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b295387d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b29538758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b29538758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b29538758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b2953851960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b2953851960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b2953850977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b2953850977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b295377936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b295377936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b2953779272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b29538d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b29538d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b2953e980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b2953e978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b2953e94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b2953e94aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b295380172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b2953802fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b2953802fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b2953e8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b2953e8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b2953e8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b2953ebb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b29537d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b29538d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b29538d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b29538d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b29537d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b2953850977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b2953850977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b295377936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b295377936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b2953779272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b29538d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b29538d1a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b29538d1a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b29538d1a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b2953e975c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b2953e94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b2953e94aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b295380172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b2953808b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b29537838f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b295378cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b2953e973ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b2953e971ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b2953e96f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b2953e94a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b2953e94a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b2953e94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b29542f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b29542f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7b29542f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7b29533aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f29724d1d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2953769f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b2953769f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b29537e9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b29537e9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b2953883206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b2953883206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b295387f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b295387d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b295387d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b29538758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b29538758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b29538758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b2953851960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b2953851960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b2953850977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b2953850977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b295377936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b295377936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b2953779272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b29538d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b29538d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b2953e980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b2953e978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b2953e94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b2953e94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b2953e94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b29542f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b29542f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7b29542f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7b29533aa928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b295380172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b2953802fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b2953802fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b2953e8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b2953e8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b2953e8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b2953ebbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b29537d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b29538d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b29538d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b29538d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b29537d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b295387d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b295387d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b29538758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b29538758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b29538758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b2953851960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b2953851960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b2953850977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b2953850977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b295377936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b295377936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b2953779272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b29538d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b29538d05fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b295380172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b2953808b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b29538210a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b29538210a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b29538210a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b2953788dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b2953788dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b29537f064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b29537f116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b29537f116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b29537f116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b29537f29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b29537d988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b2953e97044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b2953e97044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b2953e96f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b2953e94a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b2953e94a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b2953e94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b29542f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b29542f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7b29542f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7b29533aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f29724d1d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b295380172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b2953802fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b2953802fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b2953e8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b2953e8ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b2953e8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b2953e8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b2953e8519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b2953e8519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b2953e818ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b2953e818c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b2953e9753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b2953e94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b2953e94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b2953e94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b29542f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b29542f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7b29542f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7b29533aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f29724d1d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b295380172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b2953802fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b2953802fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b2953e8f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b2953e8ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b2953e8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b2953e8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b2953ebbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b29537d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b29538d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b29538d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b29538d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b29537d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b295387d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b295387d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b29538758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b29538758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b29538758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b2953851960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b2953851960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b2953850977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b2953850977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b295377936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b295377936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b2953779272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2953769f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b2953769f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b29537e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b29537e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b2953e8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b2953e8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b2953e8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b2953ebbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b29537d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b29538d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b29538d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b29538d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b29537d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b295387d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b295387d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b29538758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b29538758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b29538758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b2953851960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b2953851960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b2953850977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b2953850977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b29537d4b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2953769f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b2953769f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b29537e9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b29537e9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b2953e8ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b2953e8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b2953e8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b2953ebbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b29537d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b29538d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b29538d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b29538d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b29537d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b295387d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b295387d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b29538758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b29538758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b29538758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b2953851960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b2953851960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b2953850977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b2953850977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b295377936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b295377936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b2953779272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b2953769f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b2953769f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b29537e9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b29537e9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b2953788ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b2953778ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b2953778ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b295387f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b29538758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b29538758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b29538758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b2953851960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b2953851960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b2953850977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b2953850977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b295377936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b295377936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b2953779272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b29538d07c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b29538d05fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b2953e980c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b2953e978d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b2953e94bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b2953e94aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b2953e94ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b29542f7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b29542f7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7b29542f76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7b29533aa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b295380172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b2953808b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b29538210a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b29538210a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b29538210a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b2953788dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b2953788dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b29537f064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b29537f116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b29537f116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b29537f116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b29537ed12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b29537cd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b29537d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b29538d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b29538d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b29538d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b29537d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b295387d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b295387d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b29538758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b29538758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b29538758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b2953851960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b2953851960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b2953778ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b2953778ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b295387f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b295387d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b295387d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b2953779091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b2953779091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b295377968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b295377968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b29538d19d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b29538d19d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b2953e975c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b295376d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b295376d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b2953e8f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b2953e8ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b2953e8ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b2953e8c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b2953e8c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b2953ebbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b29537d5f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b29538d32f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b29538d32f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b29538d32f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b29537d4d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b295387d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b295387d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b29538758d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b29538758d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b29538758d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b2953851960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b2953851960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b2953850977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b2953850977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b295377936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b295377936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 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/xd9l/0021e3/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e3/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/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b1b83011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b1b83010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b1b83010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b1b82f3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b1b82f3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[pq-WriteTwoTopics-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021e3/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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.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/xd9l/0021e3/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e3/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/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1447865
DEBUG    ya.test:process.py:259 Command (pid 1447865) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1447865) elapsed time (sec): 17.125779390335083
DEBUG    ya.test:process.py:263 Command (pid 1447865) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1447865) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1447865) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1447865) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1447865) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1447865) maxrss: 1475072
DEBUG    ya.test:process.py:263 Command (pid 1447865) minflt: 983912
DEBUG    ya.test:process.py:263 Command (pid 1447865) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1447865) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1447865) nivcsw: 180
DEBUG    ya.test:process.py:263 Command (pid 1447865) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1447865) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1447865) nvcsw: 102353
DEBUG    ya.test:process.py:263 Command (pid 1447865) oublock: 9584
DEBUG    ya.test:process.py:263 Command (pid 1447865) stime: 3.710822
DEBUG    ya.test:process.py:263 Command (pid 1447865) utime: 9.797943
DEBUG    ya.test:process.py:263 Command (pid 1447865) wtime: 17.128
DEBUG    ya.test:process.py:275 Command (pid 1447865) output:
2025-12-04T18:37:50.723417Z Fetching udfs...
2025-12-04T18:37:51.122572Z Initialization of fq runner...
2025-12-04T18:37:53.887265Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.617338s
2025-12-04T18:37:54.509549Z Fetching query results...
2025-12-04T18:37:54.509573Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1447865) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b1b830907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b1b830905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b1b836580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b1b836578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b1b83654bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b1b83654aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b1b83654ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b1b83ab7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b1b83ab7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7b1b83ab76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7b1b82b6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1b82f29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1b82f29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1b82fa9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1b82fa9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b1b8364ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b1b8364c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b1b83650090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b1b83650090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b1b830403ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b1b8303d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b1b8303d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b1b830358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b1b830358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b1b830358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b1b83011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b1b83011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b1b83010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b1b83010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b1b82f3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b1b82f3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b1b82f39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b1b830907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b1b830905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b1b836580c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1b82f29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1b82f29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1b82fa9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1b82fa9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b1b8364ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1b8364c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b1b83650090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b1b83650090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b1b830403ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b1b8303d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b1b8303d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b1b830358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b1b830358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b1b830358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b1b83011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b1b83011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b1b83010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b1b83010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b1b82f3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b1b82f3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b1b82f39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b1b830907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b1b830905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b1b836580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b1b836578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b1b83654bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b1b83654aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1b82fc172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1b82fc2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b1b82fc2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b1b8364f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b1b8364c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b1b8364c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b1b8367b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b1b82f95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b1b830932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b1b830932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b1b830932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b1b82f94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b1b83010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b1b83010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b1b82f3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b1b82f3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b1b82f39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b1b830907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b1b83091a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b1b83091a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b1b83091a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b1b836575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b1b83654bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b1b83654aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1b82fc172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1b82fc8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b1b82f438f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b1b82f4cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b1b836573ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b1b836571ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b1b83656f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b1b83654a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b1b83654a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b1b83654ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b1b83ab7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b1b83ab7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7b1b83ab76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7b1b82b6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f1ba1c99d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1b82f29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1b82f29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1b82fa9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1b82fa9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b1b83043206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b1b83043206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b1b8303f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b1b8303d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b1b8303d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b1b830358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b1b830358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b1b830358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b1b83011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b1b83011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b1b83010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b1b83010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b1b82f3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b1b82f3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b1b82f39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b1b830907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b1b830905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b1b836580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b1b836578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b1b83654bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b1b83654aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b1b83654ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b1b83ab7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b1b83ab7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7b1b83ab76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7b1b82b6a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1b82fc172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1b82fc2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b1b82fc2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b1b8364f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b1b8364c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b1b8364c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b1b8367bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b1b82f95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b1b830932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b1b830932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b1b830932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b1b82f94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b1b8303d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b1b8303d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b1b830358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b1b830358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b1b830358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b1b83011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b1b83011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b1b83010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b1b83010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b1b82f3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b1b82f3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b1b82f39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b1b830907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b1b830905fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1b82fc172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1b82fc8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b1b82fe10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b1b82fe10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b1b82fe10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b1b82f48dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b1b82f48dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b1b82fb064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b1b82fb116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b1b82fb116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b1b82fb116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b1b82fb29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b1b82f9988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b1b83657044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b1b83657044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b1b83656f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b1b83654a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b1b83654a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b1b83654ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b1b83ab7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b1b83ab7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7b1b83ab76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7b1b82b6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f1ba1c99d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1b82fc172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1b82fc2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b1b82fc2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b1b8364f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b1b8364ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b1b8364c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b1b8364c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b1b8364519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b1b8364519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b1b836418ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b1b836418c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b1b8365753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b1b83654bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b1b83654aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b1b83654ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b1b83ab7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b1b83ab7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7b1b83ab76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7b1b82b6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f1ba1c99d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1b82fc172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1b82fc2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b1b82fc2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b1b8364f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b1b8364ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b1b8364c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b1b8364c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b1b8367bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b1b82f95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b1b830932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b1b830932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b1b830932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b1b82f94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b1b8303d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b1b8303d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b1b830358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b1b830358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b1b830358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b1b83011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b1b83011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b1b83010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b1b83010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b1b82f3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b1b82f3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b1b82f39272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1b82f29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1b82f29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1b82fa9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1b82fa9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b1b8364ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b1b8364c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b1b8364c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b1b8367bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b1b82f95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b1b830932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b1b830932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b1b830932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b1b82f94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b1b8303d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b1b8303d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b1b830358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b1b830358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b1b830358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b1b83011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b1b83011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b1b83010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b1b83010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b1b82f94b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1b82f29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1b82f29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1b82fa9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1b82fa9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b1b8364ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b1b8364c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b1b8364c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b1b8367bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b1b82f95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b1b830932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b1b830932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b1b830932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b1b82f94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b1b8303d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b1b8303d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b1b830358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b1b830358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b1b830358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b1b83011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b1b83011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b1b83010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b1b83010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b1b82f3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b1b82f3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b1b82f39272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1b82f29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1b82f29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b1b82fa9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b1b82fa9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b1b82f48ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b1b82f38ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b1b82f38ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b1b8303f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b1b830358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b1b830358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b1b830358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b1b83011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b1b83011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b1b83010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b1b83010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b1b82f3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b1b82f3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b1b82f39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b1b830907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b1b830905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b1b836580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b1b836578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b1b83654bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b1b83654aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b1b83654ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b1b83ab7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b1b83ab7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7b1b83ab76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7b1b82b6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1b82fc172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b1b82fc8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b1b82fe10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b1b82fe10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b1b82fe10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b1b82f48dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b1b82f48dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b1b82fb064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b1b82fb116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b1b82fb116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b1b82fb116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b1b82fad12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b1b82f8d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b1b82f95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b1b830932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b1b830932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b1b830932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b1b82f94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b1b8303d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b1b8303d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b1b830358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b1b830358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b1b830358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b1b83011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b1b83011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b1b82f38ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1b82f38ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b1b8303f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b1b8303d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b1b8303d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b1b82f39091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b1b82f39091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b1b82f3968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b1b82f3968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b1b830919d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b1b830919d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b1b836575c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1b82f2d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b1b82f2d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b1b8364f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b1b8364c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b1b8364c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b1b8367bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b1b82f95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b1b830932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b1b830932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b1b830932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b1b82f94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b1b8303d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b1b8303d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b1b830358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b1b830358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b1b830358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b1b83011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b1b83011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b1b83010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b1b83010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b1b82f3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b1b82f3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 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 0x7b1b830907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b1b830905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b1b836580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b1b836578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b1b83654bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b1b83654aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b1b83654ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b1b83ab7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b1b83ab7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7b1b83ab76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7b1b82b6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1b82f29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1b82f29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1b82fa9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1b82fa9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b1b8364ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b1b8364c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b1b83650090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b1b83650090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b1b830403ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b1b8303d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b1b8303d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b1b830358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b1b830358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b1b830358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b1b83011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b1b83011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b1b83010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b1b83010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b1b82f3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b1b82f3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b1b82f39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b1b830907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b1b830905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b1b836580c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1b82f29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1b82f29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1b82fa9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1b82fa9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b1b8364ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1b8364c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b1b83650090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b1b83650090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b1b830403ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b1b8303d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b1b8303d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b1b830358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b1b830358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b1b830358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b1b83011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b1b83011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b1b83010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b1b83010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b1b82f3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b1b82f3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b1b82f39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b1b830907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b1b830905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b1b836580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b1b836578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b1b83654bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b1b83654aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1b82fc172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1b82fc2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b1b82fc2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b1b8364f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b1b8364c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b1b8364c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b1b8367b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b1b82f95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b1b830932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b1b830932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b1b830932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b1b82f94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b1b83010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b1b83010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b1b82f3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b1b82f3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b1b82f39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b1b830907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b1b83091a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b1b83091a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b1b83091a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b1b836575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b1b83654bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b1b83654aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1b82fc172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1b82fc8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b1b82f438f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b1b82f4cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b1b836573ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b1b836571ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b1b83656f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b1b83654a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b1b83654a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b1b83654ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b1b83ab7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b1b83ab7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7b1b83ab76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7b1b82b6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f1ba1c99d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1b82f29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1b82f29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1b82fa9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1b82fa9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b1b83043206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b1b83043206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b1b8303f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b1b8303d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b1b8303d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b1b830358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b1b830358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b1b830358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b1b83011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b1b83011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b1b83010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b1b83010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b1b82f3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b1b82f3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b1b82f39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b1b830907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b1b830905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b1b836580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b1b836578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b1b83654bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b1b83654aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b1b83654ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b1b83ab7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b1b83ab7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7b1b83ab76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7b1b82b6a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1b82fc172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1b82fc2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b1b82fc2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b1b8364f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b1b8364c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b1b8364c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b1b8367bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b1b82f95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b1b830932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b1b830932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b1b830932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b1b82f94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b1b8303d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b1b8303d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b1b830358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b1b830358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b1b830358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b1b83011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b1b83011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b1b83010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b1b83010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b1b82f3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b1b82f3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b1b82f39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b1b830907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b1b830905fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1b82fc172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1b82fc8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b1b82fe10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b1b82fe10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b1b82fe10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b1b82f48dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b1b82f48dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b1b82fb064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b1b82fb116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b1b82fb116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b1b82fb116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b1b82fb29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b1b82f9988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b1b83657044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b1b83657044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b1b83656f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b1b83654a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b1b83654a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b1b83654ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b1b83ab7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b1b83ab7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7b1b83ab76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7b1b82b6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f1ba1c99d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1b82fc172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1b82fc2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b1b82fc2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b1b8364f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b1b8364ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b1b8364c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b1b8364c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b1b8364519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b1b8364519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b1b836418ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b1b836418c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b1b8365753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b1b83654bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b1b83654aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b1b83654ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b1b83ab7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b1b83ab7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7b1b83ab76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7b1b82b6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f1ba1c99d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1b82fc172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1b82fc2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b1b82fc2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b1b8364f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b1b8364ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b1b8364c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b1b8364c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b1b8367bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b1b82f95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b1b830932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b1b830932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b1b830932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b1b82f94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b1b8303d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b1b8303d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b1b830358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b1b830358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b1b830358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b1b83011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b1b83011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b1b83010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b1b83010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b1b82f3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b1b82f3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b1b82f39272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1b82f29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1b82f29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1b82fa9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1b82fa9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b1b8364ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b1b8364c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b1b8364c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b1b8367bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b1b82f95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b1b830932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b1b830932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b1b830932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b1b82f94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b1b8303d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b1b8303d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b1b830358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b1b830358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b1b830358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b1b83011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b1b83011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b1b83010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b1b83010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b1b82f94b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1b82f29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1b82f29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1b82fa9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1b82fa9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b1b8364ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b1b8364c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b1b8364c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b1b8367bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b1b82f95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b1b830932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b1b830932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b1b830932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b1b82f94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b1b8303d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b1b8303d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b1b830358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b1b830358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b1b830358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b1b83011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b1b83011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b1b83010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b1b83010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b1b82f3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b1b82f3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b1b82f39272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1b82f29f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1b82f29f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b1b82fa9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b1b82fa9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b1b82f48ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b1b82f38ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b1b82f38ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b1b8303f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b1b830358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b1b830358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b1b830358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b1b83011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b1b83011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b1b83010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b1b83010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b1b82f3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b1b82f3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b1b82f39272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b1b830907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b1b830905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b1b836580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b1b836578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b1b83654bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b1b83654aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b1b83654ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b1b83ab7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b1b83ab7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7b1b83ab76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7b1b82b6a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1b82fc172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b1b82fc8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b1b82fe10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b1b82fe10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b1b82fe10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b1b82f48dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b1b82f48dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b1b82fb064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b1b82fb116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b1b82fb116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b1b82fb116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b1b82fad12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b1b82f8d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b1b82f95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b1b830932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b1b830932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b1b830932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b1b82f94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b1b8303d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b1b8303d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b1b830358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b1b830358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b1b830358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b1b83011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b1b83011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b1b82f38ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b1b82f38ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b1b8303f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b1b8303d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b1b8303d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b1b82f39091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b1b82f39091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b1b82f3968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b1b82f3968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b1b830919d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b1b830919d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b1b836575c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1b82f2d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b1b82f2d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b1b8364f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1b8364ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b1b8364ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b1b8364c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b1b8364c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b1b8367bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b1b82f95f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b1b830932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b1b830932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b1b830932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b1b82f94d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b1b8303d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b1b8303d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b1b830358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b1b830358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b1b830358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b1b83011960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b1b83011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b1b83010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b1b83010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b1b82f3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b1b82f3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 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/xd9l/0021e3/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e3/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/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7ba76c0a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7ba76c0a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7ba76c0a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7ba76bfc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7ba76bfc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[solomon-ReadTopicGroupWriteToSolomon-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021e3/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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.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/xd9l/0021e3/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e3/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/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1452764
DEBUG    ya.test:process.py:259 Command (pid 1452764) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1452764) elapsed time (sec): 17.37887740135193
DEBUG    ya.test:process.py:263 Command (pid 1452764) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452764) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1452764) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452764) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452764) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1452764) maxrss: 1472944
DEBUG    ya.test:process.py:263 Command (pid 1452764) minflt: 966680
DEBUG    ya.test:process.py:263 Command (pid 1452764) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1452764) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1452764) nivcsw: 527
DEBUG    ya.test:process.py:263 Command (pid 1452764) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1452764) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1452764) nvcsw: 104460
DEBUG    ya.test:process.py:263 Command (pid 1452764) oublock: 9600
DEBUG    ya.test:process.py:263 Command (pid 1452764) stime: 3.737534
DEBUG    ya.test:process.py:263 Command (pid 1452764) utime: 11.514861
DEBUG    ya.test:process.py:263 Command (pid 1452764) wtime: 17.381
DEBUG    ya.test:process.py:275 Command (pid 1452764) output:
2025-12-04T18:38:08.133176Z Fetching udfs...
2025-12-04T18:38:08.606746Z Initialization of fq runner...
2025-12-04T18:38:12.300060Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.729494s
2025-12-04T18:38:13.033805Z Fetching query results...
2025-12-04T18:38:13.033827Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1452764) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7ba76c1207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7ba76c1205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7ba76c6e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7ba76c6e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7ba76c6e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7ba76c6e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7ba76c6e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7ba76cb47db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7ba76cb47db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7ba76cb476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7ba76bbfa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7ba76bfb9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7ba76bfb9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7ba76c039806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7ba76c039806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7ba76c6dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7ba76c6dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7ba76c6e0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7ba76c6e0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7ba76c0d03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7ba76c0cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7ba76c0cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7ba76c0c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7ba76c0c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7ba76c0c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7ba76c0a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7ba76c0a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7ba76c0a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7ba76c0a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7ba76bfc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7ba76bfc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7ba76bfc9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7ba76c1207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7ba76c1205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7ba76c6e80c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7ba76bfb9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7ba76bfb9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7ba76c039806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7ba76c039806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7ba76c6dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7ba76c6dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7ba76c6e0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7ba76c6e0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7ba76c0d03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7ba76c0cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7ba76c0cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7ba76c0c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7ba76c0c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7ba76c0c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7ba76c0a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7ba76c0a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7ba76c0a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7ba76c0a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7ba76bfc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7ba76bfc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7ba76bfc9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7ba76c1207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7ba76c1205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7ba76c6e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7ba76c6e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7ba76c6e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7ba76c6e4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7ba76c05172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ba76c052fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7ba76c052fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7ba76c6df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7ba76c6dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7ba76c6dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7ba76c70b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7ba76c025f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7ba76c1232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7ba76c1232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7ba76c1232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7ba76c024d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7ba76c0a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7ba76c0a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7ba76bfc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7ba76bfc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7ba76bfc9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7ba76c1207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7ba76c121a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7ba76c121a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7ba76c121a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7ba76c6e75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7ba76c6e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7ba76c6e4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7ba76c05172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ba76c058b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ba76bfd38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ba76bfdcb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7ba76c6e73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7ba76c6e71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7ba76c6e6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7ba76c6e4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7ba76c6e4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7ba76c6e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7ba76cb47db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7ba76cb47db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7ba76cb476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7ba76bbfa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fa78ad29d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7ba76bfb9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7ba76bfb9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7ba76c039eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7ba76c039eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7ba76c0d3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7ba76c0d3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7ba76c0cf957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7ba76c0cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7ba76c0cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7ba76c0c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7ba76c0c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7ba76c0c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7ba76c0a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7ba76c0a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7ba76c0a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7ba76c0a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7ba76bfc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ba76bfc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7ba76bfc9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7ba76c1207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7ba76c1205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7ba76c6e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7ba76c6e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7ba76c6e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7ba76c6e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7ba76c6e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7ba76cb47db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7ba76cb47db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7ba76cb476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7ba76bbfa928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7ba76c05172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ba76c052fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7ba76c052fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7ba76c6df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7ba76c6dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7ba76c6dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7ba76c70bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7ba76c025f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7ba76c1232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7ba76c1232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7ba76c1232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7ba76c024d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7ba76c0cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7ba76c0cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7ba76c0c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7ba76c0c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7ba76c0c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7ba76c0a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7ba76c0a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7ba76c0a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7ba76c0a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7ba76bfc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7ba76bfc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7ba76bfc9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7ba76c1207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7ba76c1205fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7ba76c05172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ba76c058b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ba76c0710a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7ba76c0710a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7ba76c0710a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7ba76bfd8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7ba76bfd8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7ba76c04064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7ba76c04116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7ba76c04116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7ba76c04116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7ba76c0429f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7ba76c02988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7ba76c6e7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7ba76c6e7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7ba76c6e6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7ba76c6e4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7ba76c6e4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7ba76c6e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7ba76cb47db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7ba76cb47db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7ba76cb476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7ba76bbfa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fa78ad29d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7ba76c05172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ba76c052fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7ba76c052fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7ba76c6df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7ba76c6dec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7ba76c6dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7ba76c6dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7ba76c6d519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7ba76c6d519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7ba76c6d18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7ba76c6d18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7ba76c6e753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7ba76c6e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7ba76c6e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7ba76c6e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7ba76cb47db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7ba76cb47db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7ba76cb476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7ba76bbfa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fa78ad29d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7ba76c05172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ba76c052fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7ba76c052fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7ba76c6df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7ba76c6dec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7ba76c6dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7ba76c6dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7ba76c70bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7ba76c025f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7ba76c1232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7ba76c1232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7ba76c1232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7ba76c024d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7ba76c0cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7ba76c0cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7ba76c0c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7ba76c0c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7ba76c0c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7ba76c0a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7ba76c0a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7ba76c0a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7ba76c0a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7ba76bfc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7ba76bfc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7ba76bfc9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7ba76bfb9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7ba76bfb9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7ba76c039806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7ba76c039806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7ba76c6dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7ba76c6dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7ba76c6dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7ba76c70bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7ba76c025f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7ba76c1232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7ba76c1232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7ba76c1232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7ba76c024d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7ba76c0cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7ba76c0cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7ba76c0c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7ba76c0c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7ba76c0c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7ba76c0a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7ba76c0a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7ba76c0a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7ba76c0a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7ba76c024b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7ba76bfb9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7ba76bfb9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7ba76c039806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7ba76c039806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7ba76c6dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7ba76c6dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7ba76c6dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7ba76c70bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7ba76c025f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7ba76c1232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7ba76c1232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7ba76c1232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7ba76c024d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7ba76c0cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7ba76c0cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7ba76c0c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7ba76c0c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7ba76c0c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7ba76c0a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7ba76c0a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7ba76c0a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7ba76c0a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7ba76bfc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7ba76bfc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7ba76bfc9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7ba76bfb9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7ba76bfb9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7ba76c039d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7ba76c039d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7ba76bfd8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7ba76bfc8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7ba76bfc8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7ba76c0cf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7ba76c0c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7ba76c0c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7ba76c0c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7ba76c0a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7ba76c0a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7ba76c0a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7ba76c0a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7ba76bfc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7ba76bfc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7ba76bfc9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7ba76c1207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7ba76c1205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7ba76c6e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7ba76c6e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7ba76c6e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7ba76c6e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7ba76c6e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7ba76cb47db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7ba76cb47db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7ba76cb476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7ba76bbfa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7ba76c05172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ba76c058b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ba76c0710a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7ba76c0710a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7ba76c0710a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7ba76bfd8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7ba76bfd8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7ba76c04064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7ba76c04116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7ba76c04116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7ba76c04116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7ba76c03d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7ba76c01d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7ba76c025f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7ba76c1232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7ba76c1232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7ba76c1232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7ba76c024d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7ba76c0cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7ba76c0cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7ba76c0c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7ba76c0c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7ba76c0c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7ba76c0a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7ba76c0a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7ba76bfc8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7ba76bfc8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7ba76c0cf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7ba76c0cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7ba76c0cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7ba76bfc9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7ba76bfc9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7ba76bfc968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7ba76bfc968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7ba76c1219d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7ba76c1219d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7ba76c6e75c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7ba76bfbd882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7ba76bfbd882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7ba76c6df0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7ba76c6dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7ba76c6dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7ba76c70bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7ba76c025f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7ba76c1232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7ba76c1232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7ba76c1232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7ba76c024d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7ba76c0cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7ba76c0cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7ba76c0c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7ba76c0c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7ba76c0c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7ba76c0a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7ba76c0a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7ba76c0a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7ba76c0a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7ba76bfc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7ba76bfc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 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 0x7ba76c1207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7ba76c1205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7ba76c6e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7ba76c6e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7ba76c6e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7ba76c6e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7ba76c6e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7ba76cb47db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7ba76cb47db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7ba76cb476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7ba76bbfa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7ba76bfb9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7ba76bfb9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7ba76c039806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7ba76c039806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7ba76c6dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7ba76c6dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7ba76c6e0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7ba76c6e0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7ba76c0d03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7ba76c0cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7ba76c0cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7ba76c0c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7ba76c0c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7ba76c0c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7ba76c0a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7ba76c0a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7ba76c0a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7ba76c0a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7ba76bfc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ba76bfc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7ba76bfc9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7ba76c1207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7ba76c1205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7ba76c6e80c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7ba76bfb9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7ba76bfb9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7ba76c039806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7ba76c039806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7ba76c6dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7ba76c6dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7ba76c6e0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7ba76c6e0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7ba76c0d03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7ba76c0cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7ba76c0cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7ba76c0c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7ba76c0c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7ba76c0c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7ba76c0a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7ba76c0a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7ba76c0a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7ba76c0a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7ba76bfc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7ba76bfc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7ba76bfc9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7ba76c1207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7ba76c1205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7ba76c6e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7ba76c6e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7ba76c6e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7ba76c6e4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7ba76c05172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ba76c052fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7ba76c052fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7ba76c6df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7ba76c6dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7ba76c6dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7ba76c70b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7ba76c025f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7ba76c1232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7ba76c1232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7ba76c1232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7ba76c024d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7ba76c0a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7ba76c0a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7ba76bfc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7ba76bfc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7ba76bfc9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7ba76c1207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7ba76c121a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7ba76c121a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7ba76c121a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7ba76c6e75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7ba76c6e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7ba76c6e4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7ba76c05172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ba76c058b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ba76bfd38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ba76bfdcb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7ba76c6e73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7ba76c6e71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7ba76c6e6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7ba76c6e4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7ba76c6e4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7ba76c6e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7ba76cb47db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7ba76cb47db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7ba76cb476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7ba76bbfa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fa78ad29d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7ba76bfb9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7ba76bfb9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7ba76c039eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7ba76c039eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7ba76c0d3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7ba76c0d3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7ba76c0cf957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7ba76c0cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7ba76c0cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7ba76c0c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7ba76c0c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7ba76c0c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7ba76c0a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7ba76c0a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7ba76c0a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7ba76c0a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7ba76bfc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ba76bfc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7ba76bfc9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7ba76c1207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7ba76c1205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7ba76c6e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7ba76c6e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7ba76c6e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7ba76c6e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7ba76c6e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7ba76cb47db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7ba76cb47db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7ba76cb476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7ba76bbfa928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7ba76c05172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ba76c052fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7ba76c052fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7ba76c6df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7ba76c6dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7ba76c6dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7ba76c70bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7ba76c025f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7ba76c1232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7ba76c1232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7ba76c1232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7ba76c024d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7ba76c0cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7ba76c0cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7ba76c0c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7ba76c0c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7ba76c0c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7ba76c0a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7ba76c0a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7ba76c0a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7ba76c0a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7ba76bfc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7ba76bfc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7ba76bfc9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7ba76c1207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7ba76c1205fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7ba76c05172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ba76c058b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ba76c0710a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7ba76c0710a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7ba76c0710a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7ba76bfd8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7ba76bfd8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7ba76c04064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7ba76c04116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7ba76c04116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7ba76c04116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7ba76c0429f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7ba76c02988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7ba76c6e7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7ba76c6e7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7ba76c6e6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7ba76c6e4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7ba76c6e4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7ba76c6e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7ba76cb47db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7ba76cb47db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7ba76cb476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7ba76bbfa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fa78ad29d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7ba76c05172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ba76c052fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7ba76c052fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7ba76c6df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7ba76c6dec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7ba76c6dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7ba76c6dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7ba76c6d519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7ba76c6d519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7ba76c6d18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7ba76c6d18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7ba76c6e753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7ba76c6e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7ba76c6e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7ba76c6e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7ba76cb47db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7ba76cb47db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7ba76cb476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7ba76bbfa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fa78ad29d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7ba76c05172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ba76c052fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7ba76c052fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7ba76c6df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7ba76c6dec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7ba76c6dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7ba76c6dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7ba76c70bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7ba76c025f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7ba76c1232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7ba76c1232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7ba76c1232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7ba76c024d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7ba76c0cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7ba76c0cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7ba76c0c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7ba76c0c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7ba76c0c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7ba76c0a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7ba76c0a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7ba76c0a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7ba76c0a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7ba76bfc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7ba76bfc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7ba76bfc9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7ba76bfb9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7ba76bfb9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7ba76c039806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7ba76c039806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7ba76c6dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7ba76c6dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7ba76c6dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7ba76c70bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7ba76c025f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7ba76c1232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7ba76c1232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7ba76c1232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7ba76c024d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7ba76c0cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7ba76c0cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7ba76c0c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7ba76c0c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7ba76c0c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7ba76c0a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7ba76c0a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7ba76c0a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7ba76c0a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7ba76c024b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7ba76bfb9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7ba76bfb9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7ba76c039806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7ba76c039806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7ba76c6dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7ba76c6dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7ba76c6dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7ba76c70bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7ba76c025f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7ba76c1232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7ba76c1232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7ba76c1232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7ba76c024d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7ba76c0cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7ba76c0cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7ba76c0c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7ba76c0c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7ba76c0c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7ba76c0a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7ba76c0a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7ba76c0a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7ba76c0a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7ba76bfc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7ba76bfc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7ba76bfc9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7ba76bfb9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7ba76bfb9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7ba76c039d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7ba76c039d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7ba76bfd8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7ba76bfc8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7ba76bfc8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7ba76c0cf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7ba76c0c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7ba76c0c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7ba76c0c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7ba76c0a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7ba76c0a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7ba76c0a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7ba76c0a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7ba76bfc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7ba76bfc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7ba76bfc9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7ba76c1207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7ba76c1205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7ba76c6e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7ba76c6e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7ba76c6e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7ba76c6e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7ba76c6e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7ba76cb47db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7ba76cb47db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7ba76cb476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7ba76bbfa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7ba76c05172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ba76c058b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ba76c0710a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7ba76c0710a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7ba76c0710a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7ba76bfd8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7ba76bfd8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7ba76c04064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7ba76c04116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7ba76c04116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7ba76c04116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7ba76c03d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7ba76c01d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7ba76c025f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7ba76c1232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7ba76c1232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7ba76c1232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7ba76c024d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7ba76c0cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7ba76c0cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7ba76c0c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7ba76c0c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7ba76c0c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7ba76c0a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7ba76c0a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7ba76bfc8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7ba76bfc8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7ba76c0cf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7ba76c0cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7ba76c0cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7ba76bfc9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7ba76bfc9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7ba76bfc968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7ba76bfc968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7ba76c1219d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7ba76c1219d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7ba76c6e75c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7ba76bfbd882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7ba76bfbd882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7ba76c6df0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7ba76c6dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7ba76c6dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7ba76c6dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7ba76c6dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7ba76c70bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7ba76c025f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7ba76c1232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7ba76c1232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7ba76c1232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7ba76c024d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7ba76c0cd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7ba76c0cd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7ba76c0c58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7ba76c0c58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7ba76c0c58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7ba76c0a1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7ba76c0a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7ba76c0a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7ba76c0a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7ba76bfc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7ba76bfc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 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/xd9l/0021e3/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e3/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/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7bc5c2e91960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7bc5c2e90977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7bc5c2e90977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7bc5c2db936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7bc5c2db936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[watermarks-watermarks-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021e3/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 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.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/xd9l/0021e3/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e3/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/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1459461
DEBUG    ya.test:process.py:259 Command (pid 1459461) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1459461) elapsed time (sec): 18.33540964126587
DEBUG    ya.test:process.py:263 Command (pid 1459461) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1459461) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1459461) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1459461) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1459461) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1459461) maxrss: 1462148
DEBUG    ya.test:process.py:263 Command (pid 1459461) minflt: 960005
DEBUG    ya.test:process.py:263 Command (pid 1459461) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1459461) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1459461) nivcsw: 463
DEBUG    ya.test:process.py:263 Command (pid 1459461) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1459461) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1459461) nvcsw: 104249
DEBUG    ya.test:process.py:263 Command (pid 1459461) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 1459461) stime: 4.276655
DEBUG    ya.test:process.py:263 Command (pid 1459461) utime: 11.299993
DEBUG    ya.test:process.py:263 Command (pid 1459461) wtime: 18.338
DEBUG    ya.test:process.py:275 Command (pid 1459461) output:
2025-12-04T18:38:25.871920Z Fetching udfs...
2025-12-04T18:38:26.397256Z Initialization of fq runner...
2025-12-04T18:38:30.109609Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.617317s
2025-12-04T18:38:30.731620Z Fetching query results...
2025-12-04T18:38:30.731646Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1459461) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7bc5c2f107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7bc5c2f105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7bc5c34d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7bc5c34d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7bc5c34d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7bc5c34d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7bc5c34d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7bc5c3937db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7bc5c3937db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7bc5c39376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7bc5c29ea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc5c2da9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc5c2da9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc5c2e29806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc5c2e29806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc5c34cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc5c34cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc5c34d0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7bc5c34d0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7bc5c2ec03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7bc5c2ebd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7bc5c2ebd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7bc5c2eb58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7bc5c2eb58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7bc5c2eb58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7bc5c2e91960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7bc5c2e91960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7bc5c2e90977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7bc5c2e90977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7bc5c2db936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7bc5c2db936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7bc5c2db9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7bc5c2f107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7bc5c2f105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7bc5c34d80c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc5c2da9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc5c2da9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc5c2e29806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc5c2e29806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc5c34cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc5c34cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7bc5c34d0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7bc5c34d0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7bc5c2ec03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7bc5c2ebd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7bc5c2ebd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7bc5c2eb58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7bc5c2eb58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7bc5c2eb58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7bc5c2e91960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7bc5c2e91960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7bc5c2e90977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7bc5c2e90977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bc5c2db936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7bc5c2db936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7bc5c2db9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7bc5c2f107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7bc5c2f105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7bc5c34d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7bc5c34d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7bc5c34d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7bc5c34d4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc5c2e4172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc5c2e42fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc5c2e42fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc5c34cf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bc5c34cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bc5c34cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bc5c34fb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7bc5c2e15f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bc5c2f132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bc5c2f132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bc5c2f132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bc5c2e14d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bc5c2e90977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7bc5c2e90977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bc5c2db936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7bc5c2db936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7bc5c2db9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7bc5c2f107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7bc5c2f11a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7bc5c2f11a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7bc5c2f11a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7bc5c34d75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7bc5c34d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bc5c34d4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc5c2e4172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc5c2e48b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc5c2dc38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7bc5c2dccb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7bc5c34d73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7bc5c34d71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7bc5c34d6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7bc5c34d4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7bc5c34d4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7bc5c34d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7bc5c3937db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7bc5c3937db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7bc5c39376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7bc5c29ea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fc5e1b16d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc5c2da9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc5c2da9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc5c2e29eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc5c2e29eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7bc5c2ec3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7bc5c2ec3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7bc5c2ebf957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7bc5c2ebd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7bc5c2ebd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7bc5c2eb58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7bc5c2eb58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7bc5c2eb58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7bc5c2e91960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7bc5c2e91960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7bc5c2e90977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7bc5c2e90977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7bc5c2db936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bc5c2db936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7bc5c2db9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7bc5c2f107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7bc5c2f105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7bc5c34d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7bc5c34d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7bc5c34d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7bc5c34d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7bc5c34d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7bc5c3937db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7bc5c3937db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7bc5c39376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7bc5c29ea928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc5c2e4172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc5c2e42fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc5c2e42fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc5c34cf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7bc5c34cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7bc5c34cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7bc5c34fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7bc5c2e15f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7bc5c2f132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7bc5c2f132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7bc5c2f132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7bc5c2e14d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bc5c2ebd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7bc5c2ebd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7bc5c2eb58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7bc5c2eb58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7bc5c2eb58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7bc5c2e91960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7bc5c2e91960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7bc5c2e90977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7bc5c2e90977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7bc5c2db936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7bc5c2db936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7bc5c2db9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7bc5c2f107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7bc5c2f105fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc5c2e4172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc5c2e48b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc5c2e610a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc5c2e610a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc5c2e610a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc5c2dc8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc5c2dc8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc5c2e3064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc5c2e3116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc5c2e3116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc5c2e3116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc5c2e329f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7bc5c2e1988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7bc5c34d7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7bc5c34d7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7bc5c34d6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7bc5c34d4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7bc5c34d4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7bc5c34d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7bc5c3937db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7bc5c3937db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7bc5c39376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7bc5c29ea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fc5e1b16d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc5c2e4172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc5c2e42fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc5c2e42fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc5c34cf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc5c34cec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7bc5c34cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7bc5c34cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7bc5c34c519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7bc5c34c519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7bc5c34c18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7bc5c34c18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7bc5c34d753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7bc5c34d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7bc5c34d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7bc5c34d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7bc5c3937db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7bc5c3937db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7bc5c39376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7bc5c29ea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fc5e1b16d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc5c2e4172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc5c2e42fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7bc5c2e42fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7bc5c34cf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7bc5c34cec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7bc5c34cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7bc5c34cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7bc5c34fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7bc5c2e15f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7bc5c2f132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7bc5c2f132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7bc5c2f132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7bc5c2e14d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7bc5c2ebd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7bc5c2ebd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7bc5c2eb58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7bc5c2eb58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7bc5c2eb58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7bc5c2e91960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7bc5c2e91960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7bc5c2e90977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7bc5c2e90977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7bc5c2db936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7bc5c2db936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7bc5c2db9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc5c2da9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc5c2da9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc5c2e29806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc5c2e29806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc5c34cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7bc5c34cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7bc5c34cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7bc5c34fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7bc5c2e15f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7bc5c2f132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7bc5c2f132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7bc5c2f132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7bc5c2e14d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7bc5c2ebd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7bc5c2ebd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7bc5c2eb58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7bc5c2eb58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7bc5c2eb58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7bc5c2e91960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7bc5c2e91960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7bc5c2e90977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7bc5c2e90977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7bc5c2e14b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc5c2da9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc5c2da9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc5c2e29806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc5c2e29806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7bc5c34cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc5c34cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc5c34cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc5c34fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc5c2e15f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc5c2f132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc5c2f132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bc5c2f132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc5c2e14d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bc5c2ebd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc5c2ebd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc5c2eb58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc5c2eb58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc5c2eb58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc5c2e91960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc5c2e91960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bc5c2e90977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc5c2e90977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc5c2db936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc5c2db936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7bc5c2db9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc5c2da9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7bc5c2da9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7bc5c2e29d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7bc5c2e29d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7bc5c2dc8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7bc5c2db8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7bc5c2db8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7bc5c2ebf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7bc5c2eb58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7bc5c2eb58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7bc5c2eb58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7bc5c2e91960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7bc5c2e91960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7bc5c2e90977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7bc5c2e90977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7bc5c2db936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7bc5c2db936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7bc5c2db9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7bc5c2f107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7bc5c2f105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7bc5c34d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7bc5c34d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7bc5c34d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7bc5c34d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7bc5c34d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7bc5c3937db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7bc5c3937db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7bc5c39376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7bc5c29ea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc5c2e4172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7bc5c2e48b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7bc5c2e610a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7bc5c2e610a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7bc5c2e610a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7bc5c2dc8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7bc5c2dc8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7bc5c2e3064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7bc5c2e3116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7bc5c2e3116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7bc5c2e3116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7bc5c2e2d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7bc5c2e0d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7bc5c2e15f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7bc5c2f132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7bc5c2f132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7bc5c2f132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7bc5c2e14d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7bc5c2ebd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7bc5c2ebd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7bc5c2eb58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7bc5c2eb58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7bc5c2eb58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7bc5c2e91960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7bc5c2e91960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7bc5c2db8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc5c2db8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7bc5c2ebf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7bc5c2ebd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7bc5c2ebd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7bc5c2db9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7bc5c2db9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7bc5c2db968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7bc5c2db968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7bc5c2f119d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7bc5c2f119d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7bc5c34d75c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7bc5c2dad882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7bc5c2dad882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7bc5c34cf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7bc5c34cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7bc5c34cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7bc5c34fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7bc5c2e15f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7bc5c2f132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7bc5c2f132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7bc5c2f132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7bc5c2e14d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7bc5c2ebd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7bc5c2ebd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7bc5c2eb58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7bc5c2eb58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7bc5c2eb58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7bc5c2e91960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc5c2e91960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bc5c2e90977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc5c2e90977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc5c2db936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc5c2db936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 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 0x7bc5c2f107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7bc5c2f105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7bc5c34d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7bc5c34d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7bc5c34d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7bc5c34d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7bc5c34d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7bc5c3937db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7bc5c3937db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7bc5c39376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7bc5c29ea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc5c2da9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc5c2da9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc5c2e29806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc5c2e29806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc5c34cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc5c34cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc5c34d0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7bc5c34d0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7bc5c2ec03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7bc5c2ebd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7bc5c2ebd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7bc5c2eb58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7bc5c2eb58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7bc5c2eb58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7bc5c2e91960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7bc5c2e91960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7bc5c2e90977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7bc5c2e90977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7bc5c2db936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7bc5c2db936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7bc5c2db9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7bc5c2f107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7bc5c2f105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7bc5c34d80c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc5c2da9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc5c2da9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc5c2e29806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc5c2e29806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc5c34cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc5c34cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7bc5c34d0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7bc5c34d0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7bc5c2ec03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7bc5c2ebd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7bc5c2ebd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7bc5c2eb58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7bc5c2eb58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7bc5c2eb58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7bc5c2e91960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7bc5c2e91960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7bc5c2e90977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7bc5c2e90977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bc5c2db936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7bc5c2db936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7bc5c2db9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7bc5c2f107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7bc5c2f105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7bc5c34d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7bc5c34d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7bc5c34d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7bc5c34d4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc5c2e4172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc5c2e42fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc5c2e42fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc5c34cf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bc5c34cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bc5c34cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bc5c34fb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7bc5c2e15f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bc5c2f132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bc5c2f132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bc5c2f132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bc5c2e14d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bc5c2e90977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7bc5c2e90977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bc5c2db936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7bc5c2db936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7bc5c2db9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7bc5c2f107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7bc5c2f11a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7bc5c2f11a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7bc5c2f11a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7bc5c34d75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7bc5c34d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bc5c34d4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc5c2e4172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc5c2e48b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc5c2dc38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7bc5c2dccb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7bc5c34d73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7bc5c34d71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7bc5c34d6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7bc5c34d4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7bc5c34d4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7bc5c34d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7bc5c3937db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7bc5c3937db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7bc5c39376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7bc5c29ea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fc5e1b16d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc5c2da9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc5c2da9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc5c2e29eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc5c2e29eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7bc5c2ec3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7bc5c2ec3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7bc5c2ebf957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7bc5c2ebd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7bc5c2ebd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7bc5c2eb58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7bc5c2eb58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7bc5c2eb58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7bc5c2e91960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7bc5c2e91960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7bc5c2e90977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7bc5c2e90977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7bc5c2db936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bc5c2db936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7bc5c2db9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7bc5c2f107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7bc5c2f105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7bc5c34d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7bc5c34d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7bc5c34d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7bc5c34d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7bc5c34d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7bc5c3937db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7bc5c3937db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7bc5c39376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7bc5c29ea928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc5c2e4172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc5c2e42fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc5c2e42fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc5c34cf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7bc5c34cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7bc5c34cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7bc5c34fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7bc5c2e15f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7bc5c2f132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7bc5c2f132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7bc5c2f132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7bc5c2e14d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bc5c2ebd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7bc5c2ebd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7bc5c2eb58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7bc5c2eb58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7bc5c2eb58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7bc5c2e91960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7bc5c2e91960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7bc5c2e90977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7bc5c2e90977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7bc5c2db936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7bc5c2db936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7bc5c2db9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7bc5c2f107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7bc5c2f105fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc5c2e4172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc5c2e48b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc5c2e610a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc5c2e610a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc5c2e610a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc5c2dc8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc5c2dc8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc5c2e3064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc5c2e3116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc5c2e3116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc5c2e3116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc5c2e329f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7bc5c2e1988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7bc5c34d7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7bc5c34d7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7bc5c34d6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7bc5c34d4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7bc5c34d4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7bc5c34d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7bc5c3937db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7bc5c3937db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7bc5c39376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7bc5c29ea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fc5e1b16d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc5c2e4172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc5c2e42fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc5c2e42fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc5c34cf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc5c34cec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7bc5c34cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7bc5c34cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7bc5c34c519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7bc5c34c519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7bc5c34c18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7bc5c34c18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7bc5c34d753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7bc5c34d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7bc5c34d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7bc5c34d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7bc5c3937db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7bc5c3937db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7bc5c39376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7bc5c29ea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fc5e1b16d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc5c2e4172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc5c2e42fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7bc5c2e42fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7bc5c34cf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7bc5c34cec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7bc5c34cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7bc5c34cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7bc5c34fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7bc5c2e15f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7bc5c2f132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7bc5c2f132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7bc5c2f132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7bc5c2e14d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7bc5c2ebd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7bc5c2ebd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7bc5c2eb58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7bc5c2eb58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7bc5c2eb58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7bc5c2e91960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7bc5c2e91960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7bc5c2e90977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7bc5c2e90977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7bc5c2db936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7bc5c2db936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7bc5c2db9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc5c2da9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc5c2da9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc5c2e29806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc5c2e29806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc5c34cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7bc5c34cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7bc5c34cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7bc5c34fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7bc5c2e15f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7bc5c2f132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7bc5c2f132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7bc5c2f132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7bc5c2e14d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7bc5c2ebd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7bc5c2ebd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7bc5c2eb58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7bc5c2eb58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7bc5c2eb58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7bc5c2e91960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7bc5c2e91960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7bc5c2e90977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7bc5c2e90977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7bc5c2e14b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc5c2da9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc5c2da9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc5c2e29806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc5c2e29806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7bc5c34cee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc5c34cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc5c34cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc5c34fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc5c2e15f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc5c2f132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc5c2f132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bc5c2f132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc5c2e14d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bc5c2ebd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc5c2ebd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc5c2eb58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc5c2eb58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc5c2eb58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc5c2e91960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc5c2e91960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bc5c2e90977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc5c2e90977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc5c2db936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc5c2db936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7bc5c2db9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc5c2da9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7bc5c2da9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7bc5c2e29d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7bc5c2e29d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7bc5c2dc8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7bc5c2db8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7bc5c2db8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7bc5c2ebf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7bc5c2eb58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7bc5c2eb58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7bc5c2eb58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7bc5c2e91960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7bc5c2e91960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7bc5c2e90977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7bc5c2e90977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7bc5c2db936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7bc5c2db936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7bc5c2db9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7bc5c2f107c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7bc5c2f105fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7bc5c34d80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7bc5c34d78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7bc5c34d4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7bc5c34d4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7bc5c34d4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7bc5c3937db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7bc5c3937db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7bc5c39376a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7bc5c29ea928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc5c2e4172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7bc5c2e48b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7bc5c2e610a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7bc5c2e610a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7bc5c2e610a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7bc5c2dc8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7bc5c2dc8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7bc5c2e3064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7bc5c2e3116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7bc5c2e3116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7bc5c2e3116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7bc5c2e2d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7bc5c2e0d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7bc5c2e15f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7bc5c2f132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7bc5c2f132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7bc5c2f132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7bc5c2e14d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7bc5c2ebd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7bc5c2ebd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7bc5c2eb58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7bc5c2eb58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7bc5c2eb58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7bc5c2e91960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7bc5c2e91960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7bc5c2db8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc5c2db8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7bc5c2ebf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7bc5c2ebd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7bc5c2ebd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7bc5c2db9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7bc5c2db9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7bc5c2db968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7bc5c2db968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7bc5c2f119d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7bc5c2f119d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7bc5c34d75c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7bc5c2dad882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7bc5c2dad882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7bc5c34cf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7bc5c34cee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7bc5c34cec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7bc5c34cc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7bc5c34cc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7bc5c34fbfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7bc5c2e15f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7bc5c2f132f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7bc5c2f132f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7bc5c2f132f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7bc5c2e14d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7bc5c2ebd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7bc5c2ebd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7bc5c2eb58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7bc5c2eb58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7bc5c2eb58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7bc5c2e91960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7bc5c2e91960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7bc5c2e90977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7bc5c2e90977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7bc5c2db936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7bc5c2db936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
________________ test[watermarks-watermarks_adjust-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/xd9l/0021e3/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e3/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/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b03abba1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b03abba0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b03abba0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b03abac936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b03abac936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[watermarks-watermarks_adjust-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021e3/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_sql_streaming.py, test_name: test[watermarks-watermarks_adjust-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/xd9l/0021e3/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e3/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/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1465466
DEBUG    ya.test:process.py:259 Command (pid 1465466) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1465466) elapsed time (sec): 19.20645785331726
DEBUG    ya.test:process.py:263 Command (pid 1465466) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1465466) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1465466) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1465466) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1465466) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1465466) maxrss: 1464404
DEBUG    ya.test:process.py:263 Command (pid 1465466) minflt: 963791
DEBUG    ya.test:process.py:263 Command (pid 1465466) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1465466) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1465466) nivcsw: 704
DEBUG    ya.test:process.py:263 Command (pid 1465466) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1465466) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1465466) nvcsw: 104078
DEBUG    ya.test:process.py:263 Command (pid 1465466) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 1465466) stime: 4.033862
DEBUG    ya.test:process.py:263 Command (pid 1465466) utime: 10.646471
DEBUG    ya.test:process.py:263 Command (pid 1465466) wtime: 19.208
DEBUG    ya.test:process.py:275 Command (pid 1465466) output:
2025-12-04T18:38:44.422468Z Fetching udfs...
2025-12-04T18:38:44.869894Z Initialization of fq runner...
2025-12-04T18:38:48.395016Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.619370s
2025-12-04T18:38:49.019549Z Fetching query results...
2025-12-04T18:38:49.019571Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1465466) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b03abc207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b03abc205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b03ac1e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b03ac1e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b03ac1e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b03ac1e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b03ac1e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b03ac647db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b03ac647db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7b03ac6476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7b03ab6fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b03abab9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b03abab9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b03abb39806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b03abb39806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b03ac1dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b03ac1dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b03ac1e0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b03ac1e0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b03abbd03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b03abbcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b03abbcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b03abbc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b03abbc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b03abbc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b03abba1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b03abba1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b03abba0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b03abba0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b03abac936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b03abac936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b03abac9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b03abc207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b03abc205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b03ac1e80c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b03abab9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b03abab9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b03abb39806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b03abb39806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b03ac1dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b03ac1dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b03ac1e0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b03ac1e0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b03abbd03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b03abbcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b03abbcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b03abbc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b03abbc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b03abbc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b03abba1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b03abba1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b03abba0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b03abba0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b03abac936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b03abac936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b03abac9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b03abc207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b03abc205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b03ac1e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b03ac1e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b03ac1e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b03ac1e4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b03abb5172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b03abb52fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b03abb52fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b03ac1df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b03ac1dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b03ac1dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b03ac20b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b03abb25f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b03abc232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b03abc232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b03abc232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b03abb24d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b03abba0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b03abba0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b03abac936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b03abac936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b03abac9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b03abc207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b03abc21a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b03abc21a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b03abc21a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b03ac1e75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b03ac1e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b03ac1e4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b03abb5172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b03abb58b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b03abad38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b03abadcb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b03ac1e73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b03ac1e71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b03ac1e6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b03ac1e4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b03ac1e4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b03ac1e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b03ac647db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b03ac647db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7b03ac6476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7b03ab6fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f03ca81cd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b03abab9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b03abab9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b03abb39eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b03abb39eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b03abbd3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b03abbd3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b03abbcf957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b03abbcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b03abbcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b03abbc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b03abbc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b03abbc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b03abba1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b03abba1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b03abba0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b03abba0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b03abac936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b03abac936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b03abac9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b03abc207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b03abc205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b03ac1e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b03ac1e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b03ac1e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b03ac1e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b03ac1e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b03ac647db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b03ac647db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7b03ac6476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7b03ab6fa928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b03abb5172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b03abb52fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b03abb52fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b03ac1df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b03ac1dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b03ac1dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b03ac20bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b03abb25f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b03abc232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b03abc232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b03abc232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b03abb24d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b03abbcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b03abbcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b03abbc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b03abbc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b03abbc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b03abba1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b03abba1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b03abba0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b03abba0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b03abac936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b03abac936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b03abac9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b03abc207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b03abc205fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b03abb5172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b03abb58b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b03abb710a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b03abb710a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b03abb710a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b03abad8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b03abad8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b03abb4064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b03abb4116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b03abb4116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b03abb4116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b03abb429f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b03abb2988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b03ac1e7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b03ac1e7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b03ac1e6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b03ac1e4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b03ac1e4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b03ac1e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b03ac647db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b03ac647db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7b03ac6476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7b03ab6fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f03ca81cd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b03abb5172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b03abb52fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b03abb52fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b03ac1df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b03ac1dec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b03ac1dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b03ac1dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b03ac1d519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b03ac1d519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b03ac1d18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b03ac1d18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b03ac1e753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b03ac1e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b03ac1e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b03ac1e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b03ac647db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b03ac647db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7b03ac6476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7b03ab6fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f03ca81cd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b03abb5172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b03abb52fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b03abb52fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b03ac1df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b03ac1dec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b03ac1dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b03ac1dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b03ac20bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b03abb25f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b03abc232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b03abc232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b03abc232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b03abb24d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b03abbcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b03abbcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b03abbc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b03abbc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b03abbc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b03abba1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b03abba1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b03abba0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b03abba0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b03abac936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b03abac936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b03abac9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b03abab9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b03abab9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b03abb39806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b03abb39806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b03ac1dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b03ac1dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b03ac1dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b03ac20bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b03abb25f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b03abc232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b03abc232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b03abc232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b03abb24d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b03abbcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b03abbcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b03abbc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b03abbc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b03abbc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b03abba1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b03abba1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b03abba0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b03abba0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b03abb24b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b03abab9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b03abab9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b03abb39806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b03abb39806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b03ac1dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b03ac1dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b03ac1dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b03ac20bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b03abb25f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b03abc232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b03abc232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b03abc232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b03abb24d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b03abbcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b03abbcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b03abbc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b03abbc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b03abbc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b03abba1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b03abba1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b03abba0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b03abba0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b03abac936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b03abac936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b03abac9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b03abab9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b03abab9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b03abb39d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b03abb39d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b03abad8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b03abac8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b03abac8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b03abbcf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b03abbc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b03abbc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b03abbc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b03abba1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b03abba1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b03abba0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b03abba0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b03abac936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b03abac936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b03abac9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b03abc207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b03abc205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b03ac1e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b03ac1e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b03ac1e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b03ac1e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b03ac1e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b03ac647db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b03ac647db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7b03ac6476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7b03ab6fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b03abb5172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b03abb58b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b03abb710a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b03abb710a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b03abb710a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b03abad8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b03abad8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b03abb4064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b03abb4116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b03abb4116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b03abb4116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b03abb3d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b03abb1d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b03abb25f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b03abc232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b03abc232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b03abc232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b03abb24d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b03abbcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b03abbcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b03abbc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b03abbc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b03abbc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b03abba1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b03abba1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b03abac8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b03abac8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b03abbcf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b03abbcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b03abbcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b03abac9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b03abac9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b03abac968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b03abac968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b03abc219d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b03abc219d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b03ac1e75c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b03ababd882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b03ababd882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b03ac1df0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b03ac1dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b03ac1dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b03ac20bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b03abb25f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b03abc232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b03abc232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b03abc232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b03abb24d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b03abbcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b03abbcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b03abbc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b03abbc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b03abbc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b03abba1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b03abba1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b03abba0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b03abba0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b03abac936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b03abac936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 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 0x7b03abc207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b03abc205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b03ac1e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b03ac1e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b03ac1e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b03ac1e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b03ac1e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b03ac647db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b03ac647db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7b03ac6476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7b03ab6fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b03abab9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b03abab9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b03abb39806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b03abb39806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b03ac1dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b03ac1dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b03ac1e0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b03ac1e0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b03abbd03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b03abbcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b03abbcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b03abbc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b03abbc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b03abbc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b03abba1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b03abba1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b03abba0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b03abba0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b03abac936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b03abac936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b03abac9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b03abc207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b03abc205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b03ac1e80c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b03abab9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b03abab9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b03abb39806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b03abb39806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b03ac1dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b03ac1dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b03ac1e0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b03ac1e0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b03abbd03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b03abbcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b03abbcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b03abbc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b03abbc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b03abbc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b03abba1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b03abba1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b03abba0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b03abba0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b03abac936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b03abac936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b03abac9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b03abc207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b03abc205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b03ac1e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b03ac1e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b03ac1e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b03ac1e4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b03abb5172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b03abb52fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b03abb52fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b03ac1df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b03ac1dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b03ac1dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b03ac20b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b03abb25f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b03abc232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b03abc232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b03abc232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b03abb24d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b03abba0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b03abba0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b03abac936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b03abac936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b03abac9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b03abc207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b03abc21a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b03abc21a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b03abc21a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b03ac1e75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b03ac1e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b03ac1e4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b03abb5172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b03abb58b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b03abad38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b03abadcb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b03ac1e73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b03ac1e71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b03ac1e6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b03ac1e4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b03ac1e4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b03ac1e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b03ac647db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b03ac647db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7b03ac6476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7b03ab6fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f03ca81cd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b03abab9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b03abab9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b03abb39eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b03abb39eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b03abbd3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b03abbd3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b03abbcf957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b03abbcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b03abbcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b03abbc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b03abbc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b03abbc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b03abba1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b03abba1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b03abba0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b03abba0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b03abac936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b03abac936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b03abac9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b03abc207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b03abc205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b03ac1e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b03ac1e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b03ac1e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b03ac1e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b03ac1e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b03ac647db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b03ac647db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7b03ac6476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7b03ab6fa928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b03abb5172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b03abb52fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b03abb52fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b03ac1df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b03ac1dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b03ac1dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b03ac20bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b03abb25f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b03abc232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b03abc232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b03abc232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b03abb24d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b03abbcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b03abbcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b03abbc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b03abbc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b03abbc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b03abba1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b03abba1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b03abba0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b03abba0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b03abac936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b03abac936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b03abac9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b03abc207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b03abc205fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b03abb5172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b03abb58b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b03abb710a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b03abb710a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b03abb710a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b03abad8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b03abad8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b03abb4064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b03abb4116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b03abb4116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b03abb4116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b03abb429f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b03abb2988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b03ac1e7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b03ac1e7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b03ac1e6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b03ac1e4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b03ac1e4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b03ac1e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b03ac647db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b03ac647db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7b03ac6476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7b03ab6fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f03ca81cd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b03abb5172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b03abb52fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b03abb52fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b03ac1df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b03ac1dec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b03ac1dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b03ac1dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b03ac1d519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b03ac1d519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b03ac1d18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b03ac1d18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b03ac1e753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b03ac1e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b03ac1e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b03ac1e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b03ac647db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b03ac647db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7b03ac6476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7b03ab6fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f03ca81cd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b03abb5172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b03abb52fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b03abb52fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b03ac1df065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b03ac1dec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b03ac1dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b03ac1dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b03ac20bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b03abb25f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b03abc232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b03abc232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b03abc232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b03abb24d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b03abbcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b03abbcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b03abbc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b03abbc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b03abbc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b03abba1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b03abba1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b03abba0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b03abba0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b03abac936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b03abac936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b03abac9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b03abab9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b03abab9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b03abb39806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b03abb39806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b03ac1dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b03ac1dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b03ac1dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b03ac20bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b03abb25f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b03abc232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b03abc232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b03abc232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b03abb24d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b03abbcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b03abbcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b03abbc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b03abbc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b03abbc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b03abba1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b03abba1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b03abba0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b03abba0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b03abb24b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b03abab9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b03abab9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b03abb39806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b03abb39806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b03ac1dee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b03ac1dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b03ac1dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b03ac20bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b03abb25f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b03abc232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b03abc232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b03abc232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b03abb24d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b03abbcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b03abbcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b03abbc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b03abbc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b03abbc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b03abba1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b03abba1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b03abba0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b03abba0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b03abac936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b03abac936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b03abac9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b03abab9f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b03abab9f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b03abb39d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b03abb39d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b03abad8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b03abac8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b03abac8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b03abbcf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b03abbc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b03abbc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b03abbc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b03abba1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b03abba1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b03abba0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b03abba0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b03abac936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b03abac936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b03abac9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b03abc207c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b03abc205fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b03ac1e80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b03ac1e78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b03ac1e4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b03ac1e4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b03ac1e4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b03ac647db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b03ac647db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7b03ac6476a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7b03ab6fa928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b03abb5172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b03abb58b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b03abb710a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b03abb710a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b03abb710a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b03abad8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b03abad8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b03abb4064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b03abb4116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b03abb4116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b03abb4116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b03abb3d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b03abb1d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b03abb25f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b03abc232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b03abc232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b03abc232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b03abb24d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b03abbcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b03abbcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b03abbc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b03abbc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b03abbc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b03abba1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b03abba1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b03abac8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b03abac8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b03abbcf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b03abbcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b03abbcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b03abac9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b03abac9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b03abac968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b03abac968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b03abc219d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b03abc219d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b03ac1e75c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b03ababd882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b03ababd882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b03ac1df0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b03ac1dee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b03ac1dec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b03ac1dc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b03ac1dc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b03ac20bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b03abb25f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b03abc232f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b03abc232f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b03abc232f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b03abb24d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b03abbcd2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b03abbcd2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b03abbc58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b03abbc58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b03abbc58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b03abba1960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b03abba1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b03abba0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b03abba0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b03abac936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b03abac936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
__________________ test[watermarks-watermarks_as-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/xd9l/0021e3/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e3/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/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7be5fba81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7be5fba80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7be5fba80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7be5fb9a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7be5fb9a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[watermarks-watermarks_as-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021e3/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_sql_streaming.py, test_name: test[watermarks-watermarks_as-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/xd9l/0021e3/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e3/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/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1476585
DEBUG    ya.test:process.py:259 Command (pid 1476585) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1476585) elapsed time (sec): 19.501702070236206
DEBUG    ya.test:process.py:263 Command (pid 1476585) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1476585) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1476585) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1476585) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1476585) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1476585) maxrss: 1457980
DEBUG    ya.test:process.py:263 Command (pid 1476585) minflt: 957147
DEBUG    ya.test:process.py:263 Command (pid 1476585) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1476585) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1476585) nivcsw: 1693
DEBUG    ya.test:process.py:263 Command (pid 1476585) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1476585) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1476585) nvcsw: 104528
DEBUG    ya.test:process.py:263 Command (pid 1476585) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 1476585) stime: 3.509707
DEBUG    ya.test:process.py:263 Command (pid 1476585) utime: 11.738365
DEBUG    ya.test:process.py:263 Command (pid 1476585) wtime: 19.504
DEBUG    ya.test:process.py:275 Command (pid 1476585) output:
2025-12-04T18:39:03.957980Z Fetching udfs...
2025-12-04T18:39:04.462728Z Initialization of fq runner...
2025-12-04T18:39:09.045669Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.515916s
2025-12-04T18:39:09.566518Z Fetching query results...
2025-12-04T18:39:09.566543Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1476585) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7be5fbb007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7be5fbb005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7be5fc0c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7be5fc0c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7be5fc0c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7be5fc0c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7be5fc0c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7be5fc527db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7be5fc527db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7be5fc5276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7be5fb5da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be5fb999f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be5fb999f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be5fba19806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be5fba19806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be5fc0bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7be5fc0bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7be5fc0c0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7be5fc0c0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7be5fbab03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7be5fbaad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7be5fbaad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7be5fbaa58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7be5fbaa58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7be5fbaa58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7be5fba81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7be5fba81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7be5fba80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7be5fba80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7be5fb9a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7be5fb9a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7be5fb9a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7be5fbb007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7be5fbb005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7be5fc0c80c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be5fb999f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be5fb999f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be5fba19806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be5fba19806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be5fc0bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be5fc0bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7be5fc0c0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7be5fc0c0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7be5fbab03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7be5fbaad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7be5fbaad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7be5fbaa58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7be5fbaa58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7be5fbaa58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7be5fba81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7be5fba81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7be5fba80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7be5fba80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7be5fb9a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7be5fb9a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7be5fb9a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7be5fbb007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7be5fbb005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7be5fc0c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7be5fc0c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7be5fc0c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7be5fc0c4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be5fba3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be5fba32fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be5fba32fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be5fc0bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7be5fc0bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7be5fc0bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7be5fc0eb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7be5fba05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7be5fbb032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7be5fbb032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7be5fbb032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7be5fba04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7be5fba80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7be5fba80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7be5fb9a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7be5fb9a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7be5fb9a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7be5fbb007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7be5fbb01a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7be5fbb01a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7be5fbb01a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7be5fc0c75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7be5fc0c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7be5fc0c4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be5fba3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be5fba38b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be5fb9b38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7be5fb9bcb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7be5fc0c73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7be5fc0c71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7be5fc0c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7be5fc0c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7be5fc0c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7be5fc0c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7be5fc527db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7be5fc527db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7be5fc5276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7be5fb5da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7fe61a700d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be5fb999f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be5fb999f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be5fba19eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be5fba19eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7be5fbab3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7be5fbab3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7be5fbaaf957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7be5fbaad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7be5fbaad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7be5fbaa58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7be5fbaa58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7be5fbaa58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7be5fba81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7be5fba81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7be5fba80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7be5fba80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7be5fb9a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7be5fb9a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7be5fb9a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7be5fbb007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7be5fbb005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7be5fc0c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7be5fc0c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7be5fc0c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7be5fc0c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7be5fc0c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7be5fc527db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7be5fc527db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7be5fc5276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7be5fb5da928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be5fba3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be5fba32fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be5fba32fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be5fc0bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7be5fc0bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7be5fc0bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7be5fc0ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7be5fba05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7be5fbb032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7be5fbb032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7be5fbb032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7be5fba04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7be5fbaad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7be5fbaad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7be5fbaa58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7be5fbaa58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7be5fbaa58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7be5fba81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7be5fba81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7be5fba80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7be5fba80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7be5fb9a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7be5fb9a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7be5fb9a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7be5fbb007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7be5fbb005fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be5fba3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be5fba38b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be5fba510a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7be5fba510a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7be5fba510a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7be5fb9b8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7be5fb9b8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7be5fba2064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7be5fba2116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7be5fba2116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7be5fba2116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7be5fba229f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7be5fba0988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7be5fc0c7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7be5fc0c7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7be5fc0c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7be5fc0c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7be5fc0c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7be5fc0c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7be5fc527db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7be5fc527db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7be5fc5276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7be5fb5da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7fe61a700d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be5fba3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be5fba32fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be5fba32fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be5fc0bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be5fc0bec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7be5fc0bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7be5fc0bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7be5fc0b519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7be5fc0b519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7be5fc0b18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7be5fc0b18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7be5fc0c753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7be5fc0c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7be5fc0c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7be5fc0c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7be5fc527db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7be5fc527db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7be5fc5276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7be5fb5da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7fe61a700d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be5fba3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be5fba32fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7be5fba32fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7be5fc0bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7be5fc0bec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7be5fc0bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7be5fc0bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7be5fc0ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7be5fba05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7be5fbb032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7be5fbb032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7be5fbb032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7be5fba04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7be5fbaad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7be5fbaad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7be5fbaa58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7be5fbaa58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7be5fbaa58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7be5fba81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7be5fba81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7be5fba80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7be5fba80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7be5fb9a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7be5fb9a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7be5fb9a9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be5fb999f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be5fb999f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be5fba19806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be5fba19806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be5fc0bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7be5fc0bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7be5fc0bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7be5fc0ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7be5fba05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7be5fbb032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7be5fbb032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7be5fbb032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7be5fba04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7be5fbaad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7be5fbaad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7be5fbaa58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7be5fbaa58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7be5fbaa58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7be5fba81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7be5fba81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7be5fba80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7be5fba80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7be5fba04b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be5fb999f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be5fb999f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be5fba19806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be5fba19806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7be5fc0bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be5fc0bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7be5fc0bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7be5fc0ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7be5fba05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7be5fbb032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7be5fbb032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7be5fbb032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7be5fba04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7be5fbaad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7be5fbaad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7be5fbaa58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7be5fbaa58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7be5fbaa58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7be5fba81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7be5fba81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7be5fba80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7be5fba80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7be5fb9a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7be5fb9a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7be5fb9a9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be5fb999f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7be5fb999f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7be5fba19d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7be5fba19d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7be5fb9b8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7be5fb9a8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7be5fb9a8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7be5fbaaf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7be5fbaa58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7be5fbaa58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7be5fbaa58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7be5fba81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7be5fba81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7be5fba80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7be5fba80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7be5fb9a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7be5fb9a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7be5fb9a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7be5fbb007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7be5fbb005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7be5fc0c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7be5fc0c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7be5fc0c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7be5fc0c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7be5fc0c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7be5fc527db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7be5fc527db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7be5fc5276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7be5fb5da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be5fba3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7be5fba38b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7be5fba510a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7be5fba510a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7be5fba510a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7be5fb9b8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7be5fb9b8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7be5fba2064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7be5fba2116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7be5fba2116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7be5fba2116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7be5fba1d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7be5fb9fd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7be5fba05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7be5fbb032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7be5fbb032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7be5fbb032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7be5fba04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7be5fbaad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7be5fbaad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7be5fbaa58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7be5fbaa58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7be5fbaa58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7be5fba81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7be5fba81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7be5fb9a8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be5fb9a8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7be5fbaaf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7be5fbaad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7be5fbaad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7be5fb9a9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7be5fb9a9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7be5fb9a968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7be5fb9a968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7be5fbb019d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7be5fbb019d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7be5fc0c75c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7be5fb99d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7be5fb99d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7be5fc0bf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7be5fc0bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7be5fc0bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7be5fc0ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7be5fba05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7be5fbb032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7be5fbb032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7be5fbb032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7be5fba04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7be5fbaad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7be5fbaad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7be5fbaa58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7be5fbaa58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7be5fbaa58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7be5fba81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7be5fba81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7be5fba80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7be5fba80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7be5fb9a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7be5fb9a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 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 0x7be5fbb007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7be5fbb005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7be5fc0c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7be5fc0c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7be5fc0c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7be5fc0c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7be5fc0c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7be5fc527db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7be5fc527db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7be5fc5276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7be5fb5da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be5fb999f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be5fb999f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be5fba19806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be5fba19806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be5fc0bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7be5fc0bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7be5fc0c0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7be5fc0c0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7be5fbab03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7be5fbaad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7be5fbaad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7be5fbaa58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7be5fbaa58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7be5fbaa58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7be5fba81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7be5fba81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7be5fba80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7be5fba80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7be5fb9a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7be5fb9a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7be5fb9a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7be5fbb007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7be5fbb005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7be5fc0c80c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be5fb999f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be5fb999f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be5fba19806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be5fba19806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be5fc0bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be5fc0bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7be5fc0c0090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7be5fc0c0090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7be5fbab03ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7be5fbaad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7be5fbaad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7be5fbaa58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7be5fbaa58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7be5fbaa58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7be5fba81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7be5fba81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7be5fba80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7be5fba80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7be5fb9a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7be5fb9a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7be5fb9a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7be5fbb007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7be5fbb005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7be5fc0c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7be5fc0c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7be5fc0c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7be5fc0c4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be5fba3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be5fba32fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be5fba32fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be5fc0bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7be5fc0bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7be5fc0bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7be5fc0eb2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7be5fba05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7be5fbb032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7be5fbb032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7be5fbb032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7be5fba04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7be5fba80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7be5fba80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7be5fb9a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7be5fb9a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7be5fb9a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7be5fbb007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7be5fbb01a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7be5fbb01a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7be5fbb01a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7be5fc0c75c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7be5fc0c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7be5fc0c4aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be5fba3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be5fba38b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be5fb9b38f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7be5fb9bcb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7be5fc0c73ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7be5fc0c71ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7be5fc0c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7be5fc0c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7be5fc0c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7be5fc0c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7be5fc527db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7be5fc527db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7be5fc5276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7be5fb5da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7fe61a700d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be5fb999f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be5fb999f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be5fba19eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be5fba19eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7be5fbab3206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7be5fbab3206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7be5fbaaf957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7be5fbaad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7be5fbaad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7be5fbaa58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7be5fbaa58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7be5fbaa58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7be5fba81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7be5fba81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7be5fba80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7be5fba80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7be5fb9a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7be5fb9a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7be5fb9a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7be5fbb007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7be5fbb005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7be5fc0c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7be5fc0c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7be5fc0c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7be5fc0c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7be5fc0c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7be5fc527db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7be5fc527db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7be5fc5276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7be5fb5da928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be5fba3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be5fba32fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be5fba32fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be5fc0bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7be5fc0bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7be5fc0bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7be5fc0ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7be5fba05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7be5fbb032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7be5fbb032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7be5fbb032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7be5fba04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7be5fbaad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7be5fbaad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7be5fbaa58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7be5fbaa58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7be5fbaa58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7be5fba81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7be5fba81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7be5fba80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7be5fba80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7be5fb9a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7be5fb9a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7be5fb9a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7be5fbb007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7be5fbb005fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be5fba3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be5fba38b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be5fba510a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7be5fba510a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7be5fba510a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7be5fb9b8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7be5fb9b8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7be5fba2064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7be5fba2116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7be5fba2116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7be5fba2116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7be5fba229f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7be5fba0988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7be5fc0c7044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7be5fc0c7044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7be5fc0c6f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7be5fc0c4a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7be5fc0c4a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7be5fc0c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7be5fc527db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7be5fc527db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7be5fc5276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7be5fb5da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7fe61a700d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be5fba3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be5fba32fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be5fba32fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be5fc0bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be5fc0bec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7be5fc0bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7be5fc0bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7be5fc0b519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7be5fc0b519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7be5fc0b18ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7be5fc0b18c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7be5fc0c753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7be5fc0c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7be5fc0c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7be5fc0c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7be5fc527db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7be5fc527db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7be5fc5276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7be5fb5da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7fe61a700d8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be5fba3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be5fba32fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7be5fba32fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7be5fc0bf065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7be5fc0bec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7be5fc0bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7be5fc0bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7be5fc0ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7be5fba05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7be5fbb032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7be5fbb032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7be5fbb032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7be5fba04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7be5fbaad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7be5fbaad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7be5fbaa58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7be5fbaa58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7be5fbaa58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7be5fba81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7be5fba81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7be5fba80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7be5fba80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7be5fb9a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7be5fb9a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7be5fb9a9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be5fb999f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be5fb999f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be5fba19806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be5fba19806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be5fc0bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7be5fc0bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7be5fc0bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7be5fc0ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7be5fba05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7be5fbb032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7be5fbb032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7be5fbb032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7be5fba04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7be5fbaad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7be5fbaad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7be5fbaa58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7be5fbaa58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7be5fbaa58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7be5fba81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7be5fba81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7be5fba80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7be5fba80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7be5fba04b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be5fb999f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be5fb999f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be5fba19806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be5fba19806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7be5fc0bee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be5fc0bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7be5fc0bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7be5fc0ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7be5fba05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7be5fbb032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7be5fbb032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7be5fbb032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7be5fba04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7be5fbaad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7be5fbaad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7be5fbaa58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7be5fbaa58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7be5fbaa58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7be5fba81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7be5fba81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7be5fba80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7be5fba80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7be5fb9a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7be5fb9a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7be5fb9a9272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be5fb999f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7be5fb999f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7be5fba19d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7be5fba19d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7be5fb9b8ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7be5fb9a8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7be5fb9a8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7be5fbaaf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7be5fbaa58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7be5fbaa58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7be5fbaa58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7be5fba81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7be5fba81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7be5fba80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7be5fba80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7be5fb9a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7be5fb9a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7be5fb9a9272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7be5fbb007c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7be5fbb005fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7be5fc0c80c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7be5fc0c78d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7be5fc0c4bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7be5fc0c4aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7be5fc0c4ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7be5fc527db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7be5fc527db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7be5fc5276a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7be5fb5da928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be5fba3172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7be5fba38b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7be5fba510a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7be5fba510a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7be5fba510a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7be5fb9b8dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7be5fb9b8dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7be5fba2064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7be5fba2116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7be5fba2116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7be5fba2116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7be5fba1d12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7be5fb9fd4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7be5fba05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7be5fbb032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7be5fbb032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7be5fbb032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7be5fba04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7be5fbaad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7be5fbaad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7be5fbaa58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7be5fbaa58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7be5fbaa58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7be5fba81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7be5fba81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7be5fb9a8ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be5fb9a8ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7be5fbaaf722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7be5fbaad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7be5fbaad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7be5fb9a9091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7be5fb9a9091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7be5fb9a968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7be5fb9a968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7be5fbb019d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7be5fbb019d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7be5fc0c75c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7be5fb99d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7be5fb99d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7be5fc0bf0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7be5fc0bee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7be5fc0bec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7be5fc0bc866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7be5fc0bc7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7be5fc0ebfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7be5fba05f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7be5fbb032f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7be5fbb032f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7be5fbb032f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7be5fba04d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7be5fbaad2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7be5fbaad2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7be5fbaa58d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7be5fbaa58d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7be5fbaa58d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7be5fba81960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7be5fba81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7be5fba80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7be5fba80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7be5fb9a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7be5fb9a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
_________________ test[watermarks-watermarks_drop-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/xd9l/0021e3/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e3/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/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/topic_3.txt' has failed with code 100.
E   Errors:
E   ...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
E       #30 0x7b1586911960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
E       #31 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #32 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
E       #33 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #34 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
E       #35 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
E       #36 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
E       #37 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
E       #38 0x7b1586910977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
E       #39 0x7b1586910977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
E       #40 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
E       #41 0x7b158683936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
E       #42 0x7b158683936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
E   
E   SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:431 ####################################################################################################
INFO     ya.test:ya.py:432 test[watermarks-watermarks_drop-default.txt]
INFO     ya.test:ya.py:433 ####################################################################################################
INFO     ya.test:ya.py:434 Test setup
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/tools/fqrun/fqrun
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/udfs']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:189 Cannot find binary '['yql/library/test_framework/udfs_deps']': make sure it was added in the DEPENDS section
DEBUG    ya.test:ya.py:185 Binary was found by /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps
DEBUG    yql_utils:yql_utils.py:668 process search UDF in: None, /home/runner/.ya/build/build_root/xd9l/0021e3/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/xd9l/0021e3/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:447 Test call (class_name: test_sql_streaming.py, test_name: test[watermarks-watermarks_drop-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/xd9l/0021e3/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/results.txt', '--ast-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/plan.json', '--log-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e3/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/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/topic_3.txt']' in '/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1484126
DEBUG    ya.test:process.py:259 Command (pid 1484126) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1484126) elapsed time (sec): 22.220888376235962
DEBUG    ya.test:process.py:263 Command (pid 1484126) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1484126) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1484126) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1484126) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1484126) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1484126) maxrss: 1463064
DEBUG    ya.test:process.py:263 Command (pid 1484126) minflt: 954027
DEBUG    ya.test:process.py:263 Command (pid 1484126) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1484126) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1484126) nivcsw: 15202
DEBUG    ya.test:process.py:263 Command (pid 1484126) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1484126) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1484126) nvcsw: 101174
DEBUG    ya.test:process.py:263 Command (pid 1484126) oublock: 9592
DEBUG    ya.test:process.py:263 Command (pid 1484126) stime: 3.834497
DEBUG    ya.test:process.py:263 Command (pid 1484126) utime: 12.1868
DEBUG    ya.test:process.py:263 Command (pid 1484126) wtime: 22.225
DEBUG    ya.test:process.py:275 Command (pid 1484126) output:
2025-12-04T18:39:23.846132Z Fetching udfs...
2025-12-04T18:39:24.423310Z Initialization of fq runner...
2025-12-04T18:39:30.183592Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.798387s
2025-12-04T18:39:30.993625Z Fetching query results...
2025-12-04T18:39:30.993657Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1484126) errors:
...contrib/tools/python3/Objects/call.c:584:14
    #25 0x7b15869907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #26 0x7b15869905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #27 0x7b1586f580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #28 0x7b1586f578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #29 0x7b1586f54bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #30 0x7b1586f54aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #31 0x7b1586f54ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #32 0x7b15873b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #33 0x7b15873b7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #34 0x7b15873b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #35 0x7b158646a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1586829f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1586829f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b15868a9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b15868a9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b1586f4ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b1586f4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b1586f50090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7b1586f50090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7b15869403ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #15 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #16 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #17 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #18 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #19 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #20 0x7b158693d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #21 0x7b158693d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #22 0x7b15869358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #23 0x7b15869358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #24 0x7b15869358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #25 0x7b1586911960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #26 0x7b1586911960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #27 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #28 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #29 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #31 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #32 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #33 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #34 0x7b1586910977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #35 0x7b1586910977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #36 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #37 0x7b158683936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7b158683936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #39 0x7b1586839272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #40 0x7b15869907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #41 0x7b15869905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #42 0x7b1586f580c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1586829f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1586829f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b15868a9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b15868a9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b1586f4ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1586f4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #9 0x7b1586f50090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #10 0x7b1586f50090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #11 0x7b15869403ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19
    #12 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #16 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #17 0x7b158693d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7b158693d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7b15869358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7b15869358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7b15869358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7b1586911960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #23 0x7b1586911960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #24 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #30 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #31 0x7b1586910977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #32 0x7b1586910977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #33 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b158683936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7b158683936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #36 0x7b1586839272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #37 0x7b15869907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #38 0x7b15869905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #39 0x7b1586f580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #40 0x7b1586f578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #41 0x7b1586f54bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #42 0x7b1586f54aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b15868c172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b15868c2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b15868c2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b1586f4f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b1586f4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b1586f4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b1586f7b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26
    #15 0x7b1586895f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b15869932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b15869932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b15869932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b1586894d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b1586910977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #27 0x7b1586910977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #28 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b158683936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #30 0x7b158683936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #31 0x7b1586839272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #32 0x7b15869907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #33 0x7b1586991a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #34 0x7b1586991a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13
    #35 0x7b1586991a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #36 0x7b1586f575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #37 0x7b1586f54bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b1586f54aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b15868c172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b15868c8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b15868438f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7b158684cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13
    #5 0x7b1586f573ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9
    #6 0x7b1586f571ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14
    #7 0x7b1586f56f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #8 0x7b1586f54a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #9 0x7b1586f54a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #10 0x7b1586f54ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #11 0x7b15873b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #12 0x7b15873b7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #13 0x7b15873b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #14 0x7b158646a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #21 0x7f15a558fd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 56 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1586829f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1586829f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b15868a9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b15868a9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28
    #5 0x7b1586943206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17
    #6 0x7b1586943206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9
    #7 0x7b158693f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50
    #8 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #9 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #10 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #11 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #12 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #13 0x7b158693d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #14 0x7b158693d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #15 0x7b15869358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #16 0x7b15869358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #17 0x7b15869358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #18 0x7b1586911960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #19 0x7b1586911960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #20 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #21 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #22 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #24 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #25 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #26 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #27 0x7b1586910977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #28 0x7b1586910977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #29 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #30 0x7b158683936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b158683936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #32 0x7b1586839272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #33 0x7b15869907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #34 0x7b15869905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #35 0x7b1586f580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #36 0x7b1586f578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #37 0x7b1586f54bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #38 0x7b1586f54aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #39 0x7b1586f54ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #40 0x7b15873b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #41 0x7b15873b7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #42 0x7b15873b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #43 0x7b158646a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b15868c172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b15868c2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b15868c2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b1586f4f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7b1586f4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #8 0x7b1586f4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #9 0x7b1586f7bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #10 0x7b1586895f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #11 0x7b15869932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #12 0x7b15869932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #13 0x7b15869932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #14 0x7b1586894d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #15 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b158693d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #22 0x7b158693d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #23 0x7b15869358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #24 0x7b15869358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #25 0x7b15869358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #26 0x7b1586911960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #27 0x7b1586911960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #28 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #29 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #30 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #34 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #35 0x7b1586910977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #36 0x7b1586910977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #37 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #38 0x7b158683936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7b158683936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #40 0x7b1586839272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #41 0x7b15869907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #42 0x7b15869905fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b15868c172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b15868c8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b15868e10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b15868e10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b15868e10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b1586848dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b1586848dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b15868b064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b15868b116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b15868b116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b15868b116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b15868b29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15
    #13 0x7b158689988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13
    #14 0x7b1586f57044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14
    #15 0x7b1586f57044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14
    #16 0x7b1586f56f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14
    #17 0x7b1586f54a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18
    #18 0x7b1586f54a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14
    #19 0x7b1586f54ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #20 0x7b15873b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #21 0x7b15873b7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #22 0x7b15873b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #23 0x7b158646a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #30 0x7f15a558fd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 49 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b15868c172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b15868c2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b15868c2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b1586f4f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b1586f4ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7b1586f4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7b1586f4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #13 0x7b1586f4519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12
    #14 0x7b1586f4519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20
    #15 0x7b1586f418ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14
    #16 0x7b1586f418c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12
    #17 0x7b1586f5753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14
    #18 0x7b1586f54bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #19 0x7b1586f54aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #20 0x7b1586f54ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #21 0x7b15873b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #22 0x7b15873b7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #23 0x7b15873b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #24 0x7b158646a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29
    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53
    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12
    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25
    #31 0x7f15a558fd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Indirect leak of 48 byte(s) in 1 object(s) allocated from:
    #0 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b15868c172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b15868c2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7b15868c2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7b1586f4f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7b1586f4ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7b1586f4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #10 0x7b1586f4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #11 0x7b1586f7bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #12 0x7b1586895f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #13 0x7b15869932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #14 0x7b15869932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #15 0x7b15869932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #16 0x7b1586894d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #17 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #18 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #19 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #20 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #21 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #22 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #23 0x7b158693d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #24 0x7b158693d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #25 0x7b15869358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #26 0x7b15869358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #27 0x7b15869358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #28 0x7b1586911960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #29 0x7b1586911960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #30 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #31 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #32 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #33 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #34 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #35 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #36 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #37 0x7b1586910977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #38 0x7b1586910977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #39 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #40 0x7b158683936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #41 0x7b158683936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #42 0x7b1586839272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1586829f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1586829f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b15868a9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b15868a9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b1586f4ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7b1586f4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7b1586f4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #14 0x7b1586f7bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #15 0x7b1586895f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #16 0x7b15869932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #17 0x7b15869932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #18 0x7b15869932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #19 0x7b1586894d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #20 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #21 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #22 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #23 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #24 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #25 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #26 0x7b158693d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #27 0x7b158693d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #28 0x7b15869358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #29 0x7b15869358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #30 0x7b15869358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #31 0x7b1586911960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #32 0x7b1586911960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #33 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #34 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #35 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #36 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #37 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #38 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #39 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #40 0x7b1586910977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #41 0x7b1586910977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #42 0x7b1586894b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1586829f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1586829f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b15868a9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b15868a9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10
    #5 0x7b1586f4ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13
    #6 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b1586f4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b1586f4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b1586f7bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b1586895f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b15869932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b15869932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b15869932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b1586894d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b158693d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b158693d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b15869358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b15869358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b15869358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b1586911960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b1586911960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b1586910977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b1586910977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b158683936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b158683936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #43 0x7b1586839272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b1586829f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17
    #2 0x7b1586829f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25
    #3 0x7b15868a9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14
    #4 0x7b15868a9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28
    #5 0x7b1586848ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27
    #6 0x7b1586838ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #7 0x7b1586838ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #8 0x7b158693f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #9 0x7b15869358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #10 0x7b15869358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #11 0x7b15869358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #12 0x7b1586911960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #13 0x7b1586911960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #14 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #15 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #16 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #17 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #18 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #19 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #20 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #21 0x7b1586910977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #22 0x7b1586910977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #23 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7b158683936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7b158683936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #26 0x7b1586839272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #27 0x7b15869907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9
    #28 0x7b15869905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14
    #29 0x7b1586f580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9
    #30 0x7b1586f578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18
    #31 0x7b1586f54bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23
    #32 0x7b1586f54aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18
    #33 0x7b1586f54ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14
    #34 0x7b15873b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13
    #35 0x7b15873b7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16
    #36 0x7b15873b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13
    #37 0x7b158646a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9
    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23
    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b15868c172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7b15868c8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7b15868e10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12
    #4 0x7b15868e10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12
    #5 0x7b15868e10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19
    #6 0x7b1586848dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25
    #7 0x7b1586848dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36
    #8 0x7b15868b064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17
    #9 0x7b15868b116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13
    #10 0x7b15868b116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9
    #11 0x7b15868b116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9
    #12 0x7b15868ad12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9
    #13 0x7b158688d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27
    #14 0x7b1586895f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #15 0x7b15869932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #16 0x7b15869932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #17 0x7b15869932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #18 0x7b1586894d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #19 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #20 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #21 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #22 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #23 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #24 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #25 0x7b158693d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #26 0x7b158693d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #27 0x7b15869358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #28 0x7b15869358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #29 0x7b15869358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #30 0x7b1586911960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #31 0x7b1586911960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #32 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7b1586838ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1586838ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #35 0x7b158693f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #36 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #37 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #38 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #39 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #40 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #41 0x7b158693d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #42 0x7b158693d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #43 0x7b1586839091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #44 0x7b1586839091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #45 0x7b158683968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #46 0x7b158683968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #47 0x7b15869919d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #48 0x7b15869919d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9
    #49 0x7b1586f575c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
    #1 0x7b158682d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31
    #2 0x7b158682d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27
    #3 0x7b1586f4f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17
    #4 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #5 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #6 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7b1586f4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #11 0x7b1586f4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14
    #12 0x7b1586f7bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26
    #13 0x7b1586895f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #14 0x7b15869932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #15 0x7b15869932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12
    #16 0x7b15869932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #17 0x7b1586894d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #18 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #19 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #20 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #21 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #22 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #23 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #24 0x7b158693d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #25 0x7b158693d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #26 0x7b15869358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7b15869358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7b15869358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7b1586911960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b1586911960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b1586910977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b1586910977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b158683936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b158683936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 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 0x7b15869907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #26 0x7b15869905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #27 0x7b1586f580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #28 0x7b1586f578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #29 0x7b1586f54bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #30 0x7b1586f54aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #31 0x7b1586f54ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #32 0x7b15873b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #33 0x7b15873b7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #34 0x7b15873b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #35 0x7b158646a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #36 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #37 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #38 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #39 0x00001d67c9cc 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1586829f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1586829f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b15868a9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b15868a9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b1586f4ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b1586f4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b1586f50090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7b1586f50090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7b15869403ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #15 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #16 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #17 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #18 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #19 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #20 0x7b158693d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #21 0x7b158693d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #22 0x7b15869358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #23 0x7b15869358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #24 0x7b15869358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #25 0x7b1586911960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #26 0x7b1586911960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #27 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #28 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #29 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #31 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #32 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #33 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #34 0x7b1586910977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #35 0x7b1586910977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #36 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #37 0x7b158683936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7b158683936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #39 0x7b1586839272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #40 0x7b15869907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #41 0x7b15869905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #42 0x7b1586f580c4 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1586829f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1586829f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b15868a9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b15868a9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b1586f4ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1586f4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #9 0x7b1586f50090 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #10 0x7b1586f50090 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #11 0x7b15869403ae in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2913:19\n    #12 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #16 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #17 0x7b158693d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7b158693d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7b15869358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7b15869358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7b15869358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7b1586911960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #23 0x7b1586911960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #24 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #30 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #31 0x7b1586910977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #32 0x7b1586910977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #33 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b158683936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7b158683936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #36 0x7b1586839272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #37 0x7b15869907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #38 0x7b15869905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #39 0x7b1586f580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #40 0x7b1586f578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #41 0x7b1586f54bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #42 0x7b1586f54aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b15868c172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b15868c2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b15868c2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b1586f4f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b1586f4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b1586f4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b1586f7b2be in (anonymous namespace)::mod__res_exec(_object*) /-S/library/python/runtime_py3/__res.cpp:141:26\n    #15 0x7b1586895f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b15869932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b15869932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b15869932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b1586894d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b1586910977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #27 0x7b1586910977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #28 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b158683936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #30 0x7b158683936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #31 0x7b1586839272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #32 0x7b15869907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #33 0x7b1586991a0f in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #34 0x7b1586991a0f in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2322:13\n    #35 0x7b1586991a0f in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #36 0x7b1586f575c6 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #37 0x7b1586f54bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b1586f54aca 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b15868c172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b15868c8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b15868438f8 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7b158684cb70 in _PyBuiltins_AddExceptions /-S/contrib/tools/python3/Objects/exceptions.c:3799:13\n    #5 0x7b1586f573ff in pycore_init_builtins /-S/contrib/tools/python3/Python/pylifecycle.c:802:9\n    #6 0x7b1586f571ac in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:877:14\n    #7 0x7b1586f56f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #8 0x7b1586f54a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #9 0x7b1586f54a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #10 0x7b1586f54ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #11 0x7b15873b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #12 0x7b15873b7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #13 0x7b15873b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #14 0x7b158646a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #15 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #16 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #17 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #18 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #19 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #20 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #21 0x7f15a558fd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1586829f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1586829f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b15868a9eb4 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b15868a9eb4 in _PyTuple_FromArraySteal /-S/contrib/tools/python3/Objects/tupleobject.c:397:28\n    #5 0x7b1586943206 in initialize_locals /-S/contrib/tools/python3/Python/ceval.c:1365:17\n    #6 0x7b1586943206 in _PyEvalFramePushAndInit /-S/contrib/tools/python3/Python/ceval.c:1596:9\n    #7 0x7b158693f957 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2698:50\n    #8 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #9 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #10 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #11 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #12 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #13 0x7b158693d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #14 0x7b158693d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #15 0x7b15869358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #16 0x7b15869358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #17 0x7b15869358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #18 0x7b1586911960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #19 0x7b1586911960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #20 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #21 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #22 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #24 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #25 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #26 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #27 0x7b1586910977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #28 0x7b1586910977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #29 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #30 0x7b158683936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b158683936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #32 0x7b1586839272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #33 0x7b15869907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #34 0x7b15869905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #35 0x7b1586f580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #36 0x7b1586f578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #37 0x7b1586f54bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #38 0x7b1586f54aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #39 0x7b1586f54ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #40 0x7b15873b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #41 0x7b15873b7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #42 0x7b15873b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #43 0x7b158646a928 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b15868c172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b15868c2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b15868c2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b1586f4f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7b1586f4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #8 0x7b1586f4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #9 0x7b1586f7bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #10 0x7b1586895f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #11 0x7b15869932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #12 0x7b15869932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #13 0x7b15869932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #14 0x7b1586894d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #15 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b158693d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #22 0x7b158693d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #23 0x7b15869358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #24 0x7b15869358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #25 0x7b15869358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #26 0x7b1586911960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #27 0x7b1586911960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #28 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #29 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #30 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #34 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #35 0x7b1586910977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #36 0x7b1586910977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #37 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #38 0x7b158683936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7b158683936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #40 0x7b1586839272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #41 0x7b15869907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #42 0x7b15869905fa 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b15868c172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b15868c8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b15868e10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b15868e10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b15868e10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b1586848dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b1586848dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b15868b064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b15868b116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b15868b116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b15868b116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b15868b29f7 in _PyStaticType_InitBuiltin /-S/contrib/tools/python3/Objects/typeobject.c:7608:15\n    #13 0x7b158689988b in _PyTypes_InitTypes /-S/contrib/tools/python3/Objects/object.c:2168:13\n    #14 0x7b1586f57044 in pycore_init_types /-S/contrib/tools/python3/Python/pylifecycle.c:703:14\n    #15 0x7b1586f57044 in pycore_interp_init /-S/contrib/tools/python3/Python/pylifecycle.c:858:14\n    #16 0x7b1586f56f24 in pyinit_config /-S/contrib/tools/python3/Python/pylifecycle.c:913:14\n    #17 0x7b1586f54a69 in pyinit_core /-S/contrib/tools/python3/Python/pylifecycle.c:1076:18\n    #18 0x7b1586f54a69 in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1303:14\n    #19 0x7b1586f54ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #20 0x7b15873b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #21 0x7b15873b7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #22 0x7b15873b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #23 0x7b158646a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #24 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #25 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #26 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #27 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #28 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #29 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #30 0x7f15a558fd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b15868c172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b15868c2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b15868c2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b1586f4f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b1586f4ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7b1586f4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7b1586f4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #13 0x7b1586f4519a in _Py_Get_Getpath_CodeObject /-S/contrib/tools/python3/Modules/getpath.c:798:12\n    #14 0x7b1586f4519a in _PyConfig_InitPathConfig /-S/contrib/tools/python3/Modules/getpath.c:853:20\n    #15 0x7b1586f418ed in config_init_import /-S/contrib/tools/python3/Python/initconfig.c:2121:14\n    #16 0x7b1586f418c2 in _PyConfig_InitImportConfig /-S/contrib/tools/python3/Python/initconfig.c:2152:12\n    #17 0x7b1586f5753a in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1127:14\n    #18 0x7b1586f54bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #19 0x7b1586f54aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #20 0x7b1586f54ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #21 0x7b15873b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #22 0x7b15873b7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #23 0x7b15873b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #24 0x7b158646a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #25 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #26 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #27 0x00003a5eae13 in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:185:29\n    #28 0x00001d67c9cc in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:593:53\n    #29 0x00001db17ccd in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:356:12\n    #30 0x00001d65fb07 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:698:25\n    #31 0x7f15a558fd8f  (/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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b15868c172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b15868c2fa4 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7b15868c2fa4 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7b1586f4f065 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7b1586f4ec3d in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7b1586f4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #10 0x7b1586f4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #11 0x7b1586f7bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #12 0x7b1586895f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #13 0x7b15869932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #14 0x7b15869932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #15 0x7b15869932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #16 0x7b1586894d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #17 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #18 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #19 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #20 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #21 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #22 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #23 0x7b158693d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #24 0x7b158693d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #25 0x7b15869358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #26 0x7b15869358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #27 0x7b15869358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #28 0x7b1586911960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #29 0x7b1586911960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #30 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #31 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #32 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #33 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #34 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #35 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #36 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #37 0x7b1586910977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #38 0x7b1586910977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #39 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #40 0x7b158683936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #41 0x7b158683936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #42 0x7b1586839272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1586829f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1586829f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b15868a9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b15868a9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b1586f4ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7b1586f4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7b1586f4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #14 0x7b1586f7bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #15 0x7b1586895f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #16 0x7b15869932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #17 0x7b15869932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #18 0x7b15869932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #19 0x7b1586894d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #20 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #21 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #22 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #23 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #24 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #25 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #26 0x7b158693d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #27 0x7b158693d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #28 0x7b15869358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #29 0x7b15869358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #30 0x7b15869358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #31 0x7b1586911960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #32 0x7b1586911960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #33 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #34 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #35 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #36 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #37 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #38 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #39 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #40 0x7b1586910977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #41 0x7b1586910977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #42 0x7b1586894b35 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1586829f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1586829f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b15868a9806 in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b15868a9806 in PyTuple_New /-S/contrib/tools/python3/Objects/tupleobject.c:74:10\n    #5 0x7b1586f4ee2f in r_object /-S/contrib/tools/python3/Python/marshal.c:1226:13\n    #6 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b1586f4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b1586f4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b1586f7bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b1586895f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b15869932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b15869932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b15869932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b1586894d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b158693d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b158693d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b15869358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b15869358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b15869358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b1586911960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b1586911960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b1586910977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b1586910977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b158683936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b158683936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #43 0x7b1586839272 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b1586829f45 in gc_alloc /-S/contrib/tools/python3/Modules/gcmodule.c:2332:17\n    #2 0x7b1586829f45 in _PyObject_GC_NewVar /-S/contrib/tools/python3/Modules/gcmodule.c:2366:25\n    #3 0x7b15868a9d0d in tuple_alloc /-S/contrib/tools/python3/Objects/tupleobject.c:50:14\n    #4 0x7b15868a9d0d in _PyTuple_FromArray /-S/contrib/tools/python3/Objects/tupleobject.c:378:28\n    #5 0x7b1586848ed6 in method_vectorcall_VARARGS /-S/contrib/tools/python3/Objects/descrobject.c:322:27\n    #6 0x7b1586838ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #7 0x7b1586838ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #8 0x7b158693f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #9 0x7b15869358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #10 0x7b15869358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #11 0x7b15869358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #12 0x7b1586911960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #13 0x7b1586911960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #14 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #15 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #16 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #17 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #18 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #19 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #20 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #21 0x7b1586910977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #22 0x7b1586910977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #23 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7b158683936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7b158683936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #26 0x7b1586839272 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #27 0x7b15869907c4 in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3071:9\n    #28 0x7b15869905fa in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2493:14\n    #29 0x7b1586f580c4 in init_import_site /-S/contrib/tools/python3/Python/pylifecycle.c:2317:9\n    #30 0x7b1586f578d8 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1212:18\n    #31 0x7b1586f54bc2 in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1279:23\n    #32 0x7b1586f54aca in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1310:18\n    #33 0x7b1586f54ccf in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1341:14\n    #34 0x7b15873b7db6 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:59:13\n    #35 0x7b15873b7db6 in NYql::NUdf::GetYqlPythonUdfModule(TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:180:16\n    #36 0x7b15873b76a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::char_traits<char>>, TBasicStringBuf<char, std::__y1::char_traits<char>>, NYql::NUdf::EPythonFlavor) /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:173:13\n    #37 0x7b158646a928 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #38 0x00002786a429 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>>*) /-S/yql/essentials/minikql/mkql_function_registry.cpp:206:9\n    #39 0x0000278636bb in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::char_traits<char>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int) /-S/yql/essentials/minikql/mkql_function_registry.cpp:561:23\n    #40 0x00003a5eae13 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b15868c172b in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7b15868c8b3d in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7b15868e10a4 in PyUnicode_DecodeUTF8Stateful /-S/contrib/tools/python3/Objects/unicodeobject.c:5013:12\n    #4 0x7b15868e10a4 in PyUnicode_FromString /-S/contrib/tools/python3/Objects/unicodeobject.c:2079:12\n    #5 0x7b15868e10a4 in PyUnicode_InternFromString /-S/contrib/tools/python3/Objects/unicodeobject.c:15195:19\n    #6 0x7b1586848dec in descr_new /-S/contrib/tools/python3/Objects/descrobject.c:907:25\n    #7 0x7b1586848dec in PyDescr_NewMethod /-S/contrib/tools/python3/Objects/descrobject.c:955:36\n    #8 0x7b15868b064d in type_add_method /-S/contrib/tools/python3/Objects/typeobject.c:6626:17\n    #9 0x7b15868b116a in type_add_methods /-S/contrib/tools/python3/Objects/typeobject.c:6679:13\n    #10 0x7b15868b116a in type_ready_fill_dict /-S/contrib/tools/python3/Objects/typeobject.c:7180:9\n    #11 0x7b15868b116a in type_ready /-S/contrib/tools/python3/Objects/typeobject.c:7526:9\n    #12 0x7b15868ad12d in _PyType_FromMetaclass_impl /-S/contrib/tools/python3/Objects/typeobject.c:4425:9\n    #13 0x7b158688d4aa in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:17034:27\n    #14 0x7b1586895f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #15 0x7b15869932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #16 0x7b15869932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #17 0x7b15869932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #18 0x7b1586894d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #19 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #20 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #21 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #22 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #23 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #24 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #25 0x7b158693d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #26 0x7b158693d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #27 0x7b15869358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #28 0x7b15869358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #29 0x7b15869358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #30 0x7b1586911960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #31 0x7b1586911960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #32 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7b1586838ba4 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b1586838ba4 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #35 0x7b158693f722 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #36 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #37 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #38 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #39 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #40 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #41 0x7b158693d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #42 0x7b158693d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #43 0x7b1586839091 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #44 0x7b1586839091 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #45 0x7b158683968d in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #46 0x7b158683968d in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #47 0x7b15869919d3 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #48 0x7b15869919d3 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3271:9\n    #49 0x7b1586f575c6 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 0x00001d753254 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3\n    #1 0x7b158682d882 in _PyBytes_FromSize /-S/contrib/tools/python3/Objects/bytesobject.c:102:31\n    #2 0x7b158682d882 in PyBytes_FromStringAndSize /-S/contrib/tools/python3/Objects/bytesobject.c:134:27\n    #3 0x7b1586f4f0d7 in r_object /-S/contrib/tools/python3/Python/marshal.c:1117:17\n    #4 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #5 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #6 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7b1586f4ee64 in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7b1586f4ec28 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7b1586f4c866 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #11 0x7b1586f4c7ad in PyMarshal_ReadObjectFromString /-S/contrib/tools/python3/Python/marshal.c:1651:14\n    #12 0x7b1586f7bfad in (anonymous namespace)::modsitecustomize_exec(_object*) /-S/library/python/runtime_py3/sitecustomize.cpp:13:26\n    #13 0x7b1586895f9d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #14 0x7b15869932f4 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #15 0x7b15869932f4 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3841:12\n    #16 0x7b15869932f4 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #17 0x7b1586894d94 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #18 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #19 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #20 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #21 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #22 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #23 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #24 0x7b158693d2ec in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #25 0x7b158693d2ec in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #26 0x7b15869358d8 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7b15869358d8 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7b15869358d8 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7b1586911960 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17\n    #30 0x7b1586911960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20\n    #31 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #34 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #35 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #36 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11\n    #37 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15\n    #38 0x7b1586910977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12\n    #39 0x7b1586910977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #40 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #41 0x7b158683936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #42 0x7b158683936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n\nSUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:442 Test teardown
============================== slowest durations ===============================
22.29s call     test_sql_streaming.py::test[watermarks-watermarks_drop-default.txt]
21.21s call     test_sql_streaming.py::test[pq-ReadWriteTopicWithSchema-default.txt]
19.56s call     test_sql_streaming.py::test[watermarks-watermarks_as-default.txt]
19.26s call     test_sql_streaming.py::test[watermarks-watermarks_adjust-default.txt]
18.37s call     test_sql_streaming.py::test[watermarks-watermarks-default.txt]
17.44s call     test_sql_streaming.py::test[solomon-ReadTopicGroupWriteToSolomon-default.txt]
17.17s call     test_sql_streaming.py::test[pq-WriteTwoTopics-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadWriteTopicWithSchema-default.txt]
0.02s setup    test_sql_streaming.py::test[watermarks-watermarks_drop-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-WriteTwoTopics-default.txt]
0.01s setup    test_sql_streaming.py::test[watermarks-watermarks_as-default.txt]
0.01s setup    test_sql_streaming.py::test[watermarks-watermarks-default.txt]
0.01s setup    test_sql_streaming.py::test[watermarks-watermarks_adjust-default.txt]
0.01s setup    test_sql_streaming.py::test[solomon-ReadTopicGroupWriteToSolomon-default.txt]

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_sql_streaming.py::test[pq-ReadWriteTopicWithSchema-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e3/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/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_doef1f4w/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b2953851960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b295388140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b2953779e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b2953779e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b2953779d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b29538d0cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b29538d0cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b2953850977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b2953850977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b29537d4b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b295377936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b295377936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
FAILED test_sql_streaming.py::test[pq-WriteTwoTopics-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e3/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/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_rkhbm47i/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b1b83011960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b1b8304140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b1b82f39e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1b82f39e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b1b82f39d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b1b83090cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b1b83090cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b1b83010977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b1b83010977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b1b82f94b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b1b82f3936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b1b82f3936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
FAILED test_sql_streaming.py::test[solomon-ReadTopicGroupWriteToSolomon-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e3/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/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_kpq940mi/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7ba76c0a1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7ba76c0d140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7ba76bfc9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7ba76bfc9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7ba76bfc9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7ba76c120cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7ba76c120cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7ba76c0a0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7ba76c0a0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7ba76c024b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7ba76bfc936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7ba76bfc936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
FAILED test_sql_streaming.py::test[watermarks-watermarks-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e3/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/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_iidhrjwg/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7bc5c2e91960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7bc5c2ec140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7bc5c2db9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7bc5c2db9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7bc5c2db9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7bc5c2f10cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7bc5c2f10cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7bc5c2e90977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7bc5c2e90977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7bc5c2e14b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7bc5c2db936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7bc5c2db936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
FAILED test_sql_streaming.py::test[watermarks-watermarks_adjust-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e3/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/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ayi8jqk2/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b03abba1960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b03abbd140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b03abac9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b03abac9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b03abac9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b03abc20cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b03abc20cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b03abba0977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b03abba0977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b03abb24b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b03abac936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b03abac936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
FAILED test_sql_streaming.py::test[watermarks-watermarks_as-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e3/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/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_2j3hmyln/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7be5fba81960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7be5fbab140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7be5fb9a9e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7be5fb9a9e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7be5fb9a9d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7be5fbb00cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7be5fbb00cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7be5fba80977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7be5fba80977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7be5fba04b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7be5fb9a936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7be5fb9a936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
FAILED test_sql_streaming.py::test[watermarks-watermarks_drop-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/fq_config.conf --result-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/results.txt --ast-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/ast.txt --plan-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/plan.json --log-file=/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/log.txt --udfs-dir=/home/runner/.ya/build/build_root/xd9l/0021e3/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/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/xd9l/0021e3/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_ah5dagz8/topic_3.txt' has failed with code 100.
Errors:
...mpl /-S/contrib/tools/python3/Python/bltinmodule.c:1093:17
    #30 0x7b1586911960 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:543:20
    #31 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7b158694140d in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7b1586839e9a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #34 0x7b1586839e9a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #35 0x7b1586839d08 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #36 0x7b1586990cec in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2802:11
    #37 0x7b1586990cec in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2885:15
    #38 0x7b1586910977 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:276:12
    #39 0x7b1586910977 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #40 0x7b1586894b35 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #41 0x7b158683936c in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #42 0x7b158683936c in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18

SUMMARY: AddressSanitizer: 453840 byte(s) leaked in 8618 allocation(s).
======================== 7 failed in 137.15s (0:02:17) =========================
